#ACA58A

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

Shades of Neutral Green #ACA58A

Tints of Neutral Green #ACA58A

Color information

#ACA58A (or 0xACA58A) is unknown color: approx Neutral Green. HEX triplet: AC, A5 and 8A. RGB value is (172,165,138). Sum of RGB (Red+Green+Blue) = 172+165+138=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA58A is #535A75. Grayscale: #A4A4A4. Windows color (decimal): -5462646 or 9086380. OLE color: 9086380.

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

Color convert

RGB172165138-
CMYK00.040.200.33
HSL47.65º17%60.78%-
HSV(B)47.65º19.77%67.45%-
XYZ35.0637.5229.44-
YUV164.02113.32133.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=36.21%
G=34.74%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216513800.040.200.3347.651760.78
HexACA58A04142130113d
Octal254245212042441602175
Binary10101100101001011000101001001010010000111000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA58A; }

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

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

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

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

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

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

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

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