#ADAB87

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

Shades of Neutral Green #ADAB87

Tints of Neutral Green #ADAB87

Color information

#ADAB87 (or 0xADAB87) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 87. RGB value is (173,171,135). Sum of RGB (Red+Green+Blue) = 173+171+135=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB87 is #525478. Grayscale: #A7A7A7. Windows color (decimal): -5395577 or 8891309. OLE color: 8891309.

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

Color convert

RGB173171135-
CMYK00.010.220.32
HSL56.84º18.81%60.39%-
HSV(B)56.84º21.97%67.84%-
XYZ36.1739.7628.69-
YUV167.49109.66131.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=36.12%
G=35.70%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317113500.010.220.3256.8418.8160.39
HexADAB8701162039133c
Octal255253207012640712374
Binary101011011010101110000111011011010000011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB87; }

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

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

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

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

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

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

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

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