#ACA388

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

Shades of Neutral Green #ACA388

Tints of Neutral Green #ACA388

Color information

#ACA388 (or 0xACA388) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 88. RGB value is (172,163,136). Sum of RGB (Red+Green+Blue) = 172+163+136=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA388 is #535C77. Grayscale: #A2A2A2. Windows color (decimal): -5463160 or 8954796. OLE color: 8954796.

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

Color convert

RGB172163136-
CMYK00.050.210.33
HSL45º17.82%60.39%-
HSV(B)45º20.93%67.45%-
XYZ34.5536.7428.56-
YUV162.61112.98134.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=36.52%
G=34.61%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216313600.050.210.334517.8260.39
HexACA3880515212d123c
Octal254243210052541552274
Binary10101100101000111000100001011010110000110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA388; }

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

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

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

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

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

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

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

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