#ACA884

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

Shades of Neutral Green #ACA884

Tints of Neutral Green #ACA884

Color information

#ACA884 (or 0xACA884) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 84. RGB value is (172,168,132). Sum of RGB (Red+Green+Blue) = 172+168+132=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA884 is #53577B. Grayscale: #A5A5A5. Windows color (decimal): -5461884 or 8693932. OLE color: 8693932.

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

Color convert

RGB172168132-
CMYK00.020.230.33
HSL54º19.42%59.61%-
HSV(B)54º23.26%67.45%-
XYZ35.1838.4427.4-
YUV165.09109.33132.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=36.44%
G=35.59%
B=27.97%

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
Decimal17216813200.020.230.335419.4259.61
HexACA88402172136133c
Octal254250204022741662374
Binary1010110010101000100001000101011110000111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA884; }

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

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

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

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

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

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

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

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