#ACAA8A

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

Shades of Neutral Green #ACAA8A

Tints of Neutral Green #ACAA8A

Color information

#ACAA8A (or 0xACAA8A) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 8A. RGB value is (172,170,138). Sum of RGB (Red+Green+Blue) = 172+170+138=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA8A is #535575. Grayscale: #A7A7A7. Windows color (decimal): -5461366 or 9087660. OLE color: 9087660.

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

Color convert

RGB172170138-
CMYK00.010.200.33
HSL56.47º17%60.78%-
HSV(B)56.47º19.77%67.45%-
XYZ35.9839.3629.74-
YUV166.95111.66131.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=35.83%
G=35.42%
B=28.75%

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
Decimal17217013800.010.200.3356.471760.78
HexACAA8A01142138113d
Octal254252212012441702175
Binary101011001010101010001010011010010000111100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA8A; }

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

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

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

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

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

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

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

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