#ACA889

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

Shades of Neutral Green #ACA889

Tints of Neutral Green #ACA889

Color information

#ACA889 (or 0xACA889) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 89. RGB value is (172,168,137). Sum of RGB (Red+Green+Blue) = 172+168+137=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA889 is #535776. Grayscale: #A5A5A5. Windows color (decimal): -5461879 or 9021612. OLE color: 9021612.

HSL color Cylindrical-coordinate representation of color #ACA889: hue angle of 53.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA889 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172168137-
CMYK00.020.200.33
HSL53.14º17.41%60.59%-
HSV(B)53.14º20.35%67.45%-
XYZ35.5338.5829.24-
YUV165.66111.83132.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=36.06%
G=35.22%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216813700.020.200.3353.1417.4160.59
HexACA88902142135113d
Octal254250211022441652175
Binary1010110010101000100010010101010010000111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA889; }

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

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

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

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

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

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

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

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