#ACA881

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

Shades of Neutral Green #ACA881

Tints of Neutral Green #ACA881

Color information

#ACA881 (or 0xACA881) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 81. RGB value is (172,168,129). Sum of RGB (Red+Green+Blue) = 172+168+129=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA881 is #53577E. Grayscale: #A4A4A4. Windows color (decimal): -5461887 or 8497324. OLE color: 8497324.

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

Color convert

RGB172168129-
CMYK00.020.250.33
HSL54.42º20.57%59.02%-
HSV(B)54.42º25%67.45%-
XYZ34.9838.3626.33-
YUV164.75107.83133.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=36.67%
G=35.82%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216812900.020.250.3354.4220.5759.02
HexACA88102192136153b
Octal254250201023141662573
Binary1010110010101000100000010101100110000111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA881; }

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

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

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

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

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

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

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

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