COLOR #ADA268

HEX: #ADA268
RGB: (173,162,104)

Color info

#ADA268 contains mainly red and green colors. Web safe color of #ADA268 is #999966 (or #996).

RGB color model

#ADA268 color RGB value is (173,162,104).

  • red value is 173;
  • green value is 162;
  • blue value is 104.
RGB:
(173,162,104)
(68%,64%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 104 of 255 = 41%

173
162
104

R + G + B ~ 58%. #ADA268 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 104 = 439 (100%)
R 173 of 439 ~ 39.41%
G 162 of 439 ~ 36.9%
B 104 of 439 ~ 23.69%

%39.41
%36.9
%23.69

CMYK color model

#ADA268 color CMYK value is (0,6,40,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 39.88%
  • key color value is 32.16%
CMYK:
(0,6,40,32)
C0M6Y40K32 
(0%,6%,40%,32%)
(0.00/0.06/0.40/0.32)	

CMYK percentages

%0
%6.36
%39.88
%32.16

Codes

Color #ADA268 in popluar color models

ADA268
RGB173162104
HSL50°29.61%54.31%
HSB/HSV50°39.88%67.84%
CMYK0.00%6.36%39.88%
32.16%

Color #ADA268 in popluar number systems.

HEXADA268
Decimal173162104
Binary10101101101000101101000
Octal255242150

Shades and tints

Shades of #ADA268

#ADA268
(173,162,104)
#9E945F
(158,148,95)
#8F8656
(143,134,86)
#80784D
(128,120,77)
#716A44
(113,106,68)
#625C3B
(98,92,59)
#534E32
(83,78,50)
#444029
(68,64,41)
#353220
(53,50,32)
#262417
(38,36,23)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #ADA268

#ADA268
(173,162,104)
#B4AA75
(180,170,117)
#BBB282
(187,178,130)
#C2BA8F
(194,186,143)
#C9C29C
(201,194,156)
#D0CAA9
(208,202,169)
#D7D2B6
(215,210,182)
#DEDAC3
(222,218,195)
#E5E2D0
(229,226,208)
#ECEADD
(236,234,221)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA268 color. Also use rgb(173,162,104) instead hex code.

Text Font Color

.myTextColor { color: #ADA268; }

<p style="color:#ADA268">This sample text font color is #ADA268.</p>

This text font color is #ADA268.


Background Color

.myBgColor { background-color: #ADA268; }

<div style="background-color:#ADA268">Inner text</div>

This div background color is #ADA268.


Border color

.myBorderColor { border: 1px solid #ADA268; }

<div style="border:3px solid #ADA268">Div</div>

This div border color is #ADA268.


Opacity

.myOpacity80 { color: #ADA268; opacity: 0.8; }

<p style="color:#ADA268;opacity:0.8;">80%</p>

Text with #ADA268 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADA268;}

<p style="text-shadow: 3px 3px 1px #ADA268">Text here.</p>

This text has shadow with #ADA268 color.

.textShadow {text-shadow: 3px 3px 1px #ADA268, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADA268, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADA268 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA268, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADA268, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADA268 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ADA268;
  -webkit-box-shadow:	1px 1px 3px 2px #ADA268;
  box-shadow:		1px 1px 3px 2px #ADA268;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA268;
-webkit-box-shadow: 1px 1px 3px 2px #ADA268;
box-shadow:1px 1px 3px 2px #ADA268;">
Div content here</div>
This div box has shadow with color #ADA268.

Preview

Color preview on black background

This text has color #ADA268 on black background.


Color preview on white background

This text has color #ADA268 on white background.



Black color preview on #ADA268 background

This text has black color on #ADA268 background.


White color preview on #ADA268 background

This text has white color on #ADA268 background.