#ADAA8B

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

Shades of Neutral Green #ADAA8B

Tints of Neutral Green #ADAA8B

Color information

#ADAA8B (or 0xADAA8B) is unknown color: approx Neutral Green. HEX triplet: AD, AA and 8B. RGB value is (173,170,139). Sum of RGB (Red+Green+Blue) = 173+170+139=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA8B is #525574. Grayscale: #A7A7A7. Windows color (decimal): -5395829 or 9153197. OLE color: 9153197.

HSL color Cylindrical-coordinate representation of color #ADAA8B: hue angle of 54.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAA8B is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173170139-
CMYK00.020.200.32
HSL54.71º17.17%61.18%-
HSV(B)54.71º19.65%67.84%-
XYZ36.2739.530.14-
YUV167.36111.99132.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=35.89%
G=35.27%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317013900.020.200.3254.7117.1761.18
HexADAA8B02142037113d
Octal255252213022440672175
Binary1010110110101010100010110101010010000011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA8B; }

 p { color: rgb(173,170,139); }

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

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

 a { background-color: rgb(173,170,139); }

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

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

 span { border-color: rgb(173,170,139); }

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