#ACAA89

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

Shades of Neutral Green #ACAA89

Tints of Neutral Green #ACAA89

Color information

#ACAA89 (or 0xACAA89) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 89. RGB value is (172,170,137). Sum of RGB (Red+Green+Blue) = 172+170+137=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA89 is #535576. Grayscale: #A6A6A6. Windows color (decimal): -5461367 or 9022124. OLE color: 9022124.

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

Color convert

RGB172170137-
CMYK00.010.200.33
HSL56.57º17.41%60.59%-
HSV(B)56.57º20.35%67.45%-
XYZ35.939.3329.37-
YUV166.84111.16131.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=35.91%
G=35.49%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217013700.010.200.3356.5717.4160.59
HexACAA8901142139113d
Octal254252211012441712175
Binary101011001010101010001001011010010000111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA89; }

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

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

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

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

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

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

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

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