#ACAA87

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

Shades of Neutral Green #ACAA87

Tints of Neutral Green #ACAA87

Color information

#ACAA87 (or 0xACAA87) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 87. RGB value is (172,170,135). Sum of RGB (Red+Green+Blue) = 172+170+135=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA87 is #535578. Grayscale: #A6A6A6. Windows color (decimal): -5461369 or 8891052. OLE color: 8891052.

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

Color convert

RGB172170135-
CMYK00.010.220.33
HSL56.76º18.23%60.2%-
HSV(B)56.76º21.51%67.45%-
XYZ35.7639.2728.62-
YUV166.61110.16131.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=36.06%
G=35.64%
B=28.30%

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
Decimal17217013500.010.220.3356.7618.2360.2
HexACAA8701162139123c
Octal254252207012641712274
Binary101011001010101010000111011011010000111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA87; }

 p { color: rgb(172,170,135); }

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

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

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

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

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

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

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