#ACA883

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

Shades of Neutral Green #ACA883

Tints of Neutral Green #ACA883

Color information

#ACA883 (or 0xACA883) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 83. RGB value is (172,168,131). Sum of RGB (Red+Green+Blue) = 172+168+131=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA883 is #53577C. Grayscale: #A5A5A5. Windows color (decimal): -5461885 or 8628396. OLE color: 8628396.

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

Color convert

RGB172168131-
CMYK00.020.240.33
HSL54.15º19.81%59.41%-
HSV(B)54.15º23.84%67.45%-
XYZ35.1138.4127.04-
YUV164.98108.83133.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=36.52%
G=35.67%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216813100.020.240.3354.1519.8159.41
HexACA88302182136143b
Octal254250203023041662473
Binary1010110010101000100000110101100010000111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA883; }

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

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

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

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

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

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

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

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