#ACA88A

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

Shades of Neutral Green #ACA88A

Tints of Neutral Green #ACA88A

Color information

#ACA88A (or 0xACA88A) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 8A. RGB value is (172,168,138). Sum of RGB (Red+Green+Blue) = 172+168+138=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA88A is #535775. Grayscale: #A5A5A5. Windows color (decimal): -5461878 or 9087148. OLE color: 9087148.

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

Color convert

RGB172168138-
CMYK00.020.200.33
HSL52.94º17%60.78%-
HSV(B)52.94º19.77%67.45%-
XYZ35.638.6129.62-
YUV165.78112.33132.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=35.98%
G=35.15%
B=28.87%

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
Decimal17216813800.020.200.3352.941760.78
HexACA88A02142135113d
Octal254250212022441652175
Binary1010110010101000100010100101010010000111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA88A; }

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

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

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

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

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

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

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

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