#ACA588

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

Shades of Neutral Green #ACA588

Tints of Neutral Green #ACA588

Color information

#ACA588 (or 0xACA588) is unknown color: approx Neutral Green. HEX triplet: AC, A5 and 88. RGB value is (172,165,136). Sum of RGB (Red+Green+Blue) = 172+165+136=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA588 is #535A77. Grayscale: #A3A3A3. Windows color (decimal): -5462648 or 8955308. OLE color: 8955308.

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

Color convert

RGB172165136-
CMYK00.040.210.33
HSL48.33º17.82%60.39%-
HSV(B)48.33º20.93%67.45%-
XYZ34.9137.4628.68-
YUV163.79112.32133.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=36.36%
G=34.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216513600.040.210.3348.3317.8260.39
HexACA58804152130123c
Octal254245210042541602274
Binary10101100101001011000100001001010110000111000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA588; }

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

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

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

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

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

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

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

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