#ACAA81

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

Shades of Neutral Green #ACAA81

Tints of Neutral Green #ACAA81

Color information

#ACAA81 (or 0xACAA81) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 81. RGB value is (172,170,129). Sum of RGB (Red+Green+Blue) = 172+170+129=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA81 is #53557E. Grayscale: #A6A6A6. Windows color (decimal): -5461375 or 8497836. OLE color: 8497836.

HSL color Cylindrical-coordinate representation of color #ACAA81: hue angle of 57.21º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACAA81 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB172170129-
CMYK00.010.250.33
HSL57.21º20.57%59.02%-
HSV(B)57.21º25%67.45%-
XYZ35.3539.1126.45-
YUV165.92107.16132.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=36.52%
G=36.09%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217012900.010.250.3357.2120.5759.02
HexACAA8101192139153b
Octal254252201013141712573
Binary101011001010101010000001011100110000111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA81; }

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

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

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

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

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

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

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

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