#ADA97D

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

Shades of Neutral Green #ADA97D

Tints of Neutral Green #ADA97D

Color information

#ADA97D (or 0xADA97D) is unknown color: approx Neutral Green. HEX triplet: AD, A9 and 7D. RGB value is (173,169,125). Sum of RGB (Red+Green+Blue) = 173+169+125=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA97D is #525682. Grayscale: #A5A5A5. Windows color (decimal): -5396099 or 8235437. OLE color: 8235437.

HSL color Cylindrical-coordinate representation of color #ADA97D: hue angle of 55º 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 #ADA97D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173169125-
CMYK00.020.280.32
HSL55º22.64%58.43%-
HSV(B)55º27.75%67.84%-
XYZ35.1238.7425.03-
YUV165.18105.33133.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=37.04%
G=36.19%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316912500.020.280.325522.6458.43
HexADA97D021C2037173a
Octal255251175023440672772
Binary101011011010100111111010101110010000011011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA97D; }

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

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

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

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

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

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

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

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