#ACA981

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

Shades of Neutral Green #ACA981

Tints of Neutral Green #ACA981

Color information

#ACA981 (or 0xACA981) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 81. RGB value is (172,169,129). Sum of RGB (Red+Green+Blue) = 172+169+129=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA981 is #53567E. Grayscale: #A5A5A5. Windows color (decimal): -5461631 or 8497580. OLE color: 8497580.

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

Color convert

RGB172169129-
CMYK00.020.250.33
HSL55.81º20.57%59.02%-
HSV(B)55.81º25%67.45%-
XYZ35.1638.7326.39-
YUV165.34107.49132.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=36.60%
G=35.96%
B=27.45%

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
Decimal17216912900.020.250.3355.8120.5759.02
HexACA98102192138153b
Octal254251201023141702573
Binary1010110010101001100000010101100110000111100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA981; }

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

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

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

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

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

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

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

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