#ADA67D

Color #ADA67D Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ADA67D

Tints of Neutral Green #ADA67D

Color information

#ADA67D (or 0xADA67D) is unknown color: approx Neutral Green. HEX triplet: AD, A6 and 7D. RGB value is (173,166,125). Sum of RGB (Red+Green+Blue) = 173+166+125=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA67D is #525982. Grayscale: #A3A3A3. Windows color (decimal): -5396867 or 8234669. OLE color: 8234669.

HSL color Cylindrical-coordinate representation of color #ADA67D: hue angle of 51.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA67D is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173166125-
CMYK00.040.280.32
HSL51.25º22.64%58.43%-
HSV(B)51.25º27.75%67.84%-
XYZ34.5737.6424.84-
YUV163.42106.32134.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=37.28%
G=35.78%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316612500.040.280.3251.2522.6458.43
HexADA67D041C2033173a
Octal255246175043440632772
Binary1010110110100110111110101001110010000011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA67D; }

 p { color: rgb(173,166,125); }

 H1.HeaderClassName
 {
   color: #ADA67D;
 }
 .AnyTagClassName
 {
   color: #ADA67D;
 }
</style>
background-color css

<style>
 a { background-color: #ADA67D; }

 a { background-color: rgb(173,166,125); }

 div.DivClassName
 {
   background-color: #ADA67D;
 }
 .BgClassName
 {
   background-color: #ADA67D;
 }
</style>
border-color css

<style>
 span { border-color: #ADA67D; }

 span { border-color: rgb(173,166,125); }

 td.TdClassName
 {
   border-color: #ADA67D;
 }
 .TagClassName
 {
   border-color: #ADA67D;
 }
</style>