#ACA886

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

Shades of Neutral Green #ACA886

Tints of Neutral Green #ACA886

Color information

#ACA886 (or 0xACA886) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 86. RGB value is (172,168,134). Sum of RGB (Red+Green+Blue) = 172+168+134=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA886 is #535779. Grayscale: #A5A5A5. Windows color (decimal): -5461882 or 8825004. OLE color: 8825004.

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

Color convert

RGB172168134-
CMYK00.020.220.33
HSL53.68º18.63%60%-
HSV(B)53.68º22.09%67.45%-
XYZ35.3238.528.12-
YUV165.32110.33132.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=36.29%
G=35.44%
B=28.27%

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
Decimal17216813400.020.220.3353.6818.6360
HexACA88602162136133c
Octal254250206022641662374
Binary1010110010101000100001100101011010000111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA886; }

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

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

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

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

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

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

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

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