#ACA782

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

Shades of Neutral Green #ACA782

Tints of Neutral Green #ACA782

Color information

#ACA782 (or 0xACA782) is unknown color: approx Neutral Green. HEX triplet: AC, A7 and 82. RGB value is (172,167,130). Sum of RGB (Red+Green+Blue) = 172+167+130=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA782 is #53587D. Grayscale: #A4A4A4. Windows color (decimal): -5462142 or 8562604. OLE color: 8562604.

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

Color convert

RGB172167130-
CMYK00.030.240.33
HSL52.86º20.19%59.22%-
HSV(B)52.86º24.42%67.45%-
XYZ34.8638.0226.62-
YUV164.28108.66133.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=36.67%
G=35.61%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216713000.030.240.3352.8620.1959.22
HexACA78203182135143b
Octal254247202033041652473
Binary1010110010100111100000100111100010000111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA782; }

 p { color: rgb(172,167,130); }

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

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

 a { background-color: rgb(172,167,130); }

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

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

 span { border-color: rgb(172,167,130); }

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