#ACAB86

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

Shades of Neutral Green #ACAB86

Tints of Neutral Green #ACAB86

Color information

#ACAB86 (or 0xACAB86) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 86. RGB value is (172,171,134). Sum of RGB (Red+Green+Blue) = 172+171+134=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB86 is #535479. Grayscale: #A7A7A7. Windows color (decimal): -5461114 or 8825772. OLE color: 8825772.

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

Color convert

RGB172171134-
CMYK00.010.220.33
HSL58.42º18.63%60%-
HSV(B)58.42º22.09%67.45%-
XYZ35.8839.6228.31-
YUV167.08109.33131.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=36.06%
G=35.85%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217113400.010.220.3358.4218.6360
HexACAB860116213a133c
Octal254253206012641722374
Binary101011001010101110000110011011010000111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB86; }

 p { color: rgb(172,171,134); }

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

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

 a { background-color: rgb(172,171,134); }

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

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

 span { border-color: rgb(172,171,134); }

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