#ACA885

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

Shades of Neutral Green #ACA885

Tints of Neutral Green #ACA885

Color information

#ACA885 (or 0xACA885) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 85. RGB value is (172,168,133). Sum of RGB (Red+Green+Blue) = 172+168+133=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA885 is #53577A. Grayscale: #A5A5A5. Windows color (decimal): -5461883 or 8759468. OLE color: 8759468.

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

Color convert

RGB172168133-
CMYK00.020.230.33
HSL53.85º19.02%59.8%-
HSV(B)53.85º22.67%67.45%-
XYZ35.2538.4727.76-
YUV165.21109.83132.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=36.36%
G=35.52%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216813300.020.230.3353.8519.0259.8
HexACA88502172136133c
Octal254250205022741662374
Binary1010110010101000100001010101011110000111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA885; }

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

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

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

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

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

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

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

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