#ACA887

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

Shades of Neutral Green #ACA887

Tints of Neutral Green #ACA887

Color information

#ACA887 (or 0xACA887) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 87. RGB value is (172,168,135). Sum of RGB (Red+Green+Blue) = 172+168+135=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA887 is #535778. Grayscale: #A5A5A5. Windows color (decimal): -5461881 or 8890540. OLE color: 8890540.

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

Color convert

RGB172168135-
CMYK00.020.220.33
HSL53.51º18.23%60.2%-
HSV(B)53.51º21.51%67.45%-
XYZ35.3938.5328.49-
YUV165.43110.83132.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=36.21%
G=35.37%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216813500.020.220.3353.5118.2360.2
HexACA88702162136123c
Octal254250207022641662274
Binary1010110010101000100001110101011010000111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA887; }

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

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

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

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

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

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

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

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