#ACA481

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

Shades of Neutral Green #ACA481

Tints of Neutral Green #ACA481

Color information

#ACA481 (or 0xACA481) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 81. RGB value is (172,164,129). Sum of RGB (Red+Green+Blue) = 172+164+129=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA481 is #535B7E. Grayscale: #A2A2A2. Windows color (decimal): -5462911 or 8496300. OLE color: 8496300.

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

Color convert

RGB172164129-
CMYK00.050.250.33
HSL48.84º20.57%59.02%-
HSV(B)48.84º25%67.45%-
XYZ34.2536.9126.09-
YUV162.4109.15134.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=36.99%
G=35.27%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216412900.050.250.3348.8420.5759.02
HexACA48105192131153b
Octal254244201053141612573
Binary10101100101001001000000101011100110000111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA481; }

 p { color: rgb(172,164,129); }

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

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

 a { background-color: rgb(172,164,129); }

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

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

 span { border-color: rgb(172,164,129); }

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