#ADAD87

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

Shades of Neutral Green #ADAD87

Tints of Neutral Green #ADAD87

Color information

#ADAD87 (or 0xADAD87) is unknown color: approx Neutral Green. HEX triplet: AD, AD and 87. RGB value is (173,173,135). Sum of RGB (Red+Green+Blue) = 173+173+135=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD87 is #525278. Grayscale: #A8A8A8. Windows color (decimal): -5395065 or 8891821. OLE color: 8891821.

HSL color Cylindrical-coordinate representation of color #ADAD87: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAD87 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB173173135-
CMYK000.220.32
HSL60º18.81%60.39%-
HSV(B)60º21.97%67.84%-
XYZ36.5540.5228.82-
YUV168.67109131.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=35.97%
G=35.97%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173135000.220.326018.8160.39
HexADAD870016203c133c
Octal255255207002640742374
Binary101011011010110110000111001011010000011110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD87; }

 p { color: rgb(173,173,135); }

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

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

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

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

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

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

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