#ACA383

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

Shades of Neutral Green #ACA383

Tints of Neutral Green #ACA383

Color information

#ACA383 (or 0xACA383) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 83. RGB value is (172,163,131). Sum of RGB (Red+Green+Blue) = 172+163+131=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA383 is #535C7C. Grayscale: #A2A2A2. Windows color (decimal): -5463165 or 8627116. OLE color: 8627116.

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

Color convert

RGB172163131-
CMYK00.050.240.33
HSL46.83º19.81%59.41%-
HSV(B)46.83º23.84%67.45%-
XYZ34.2136.626.74-
YUV162.04110.48135.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=36.91%
G=34.98%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216313100.050.240.3346.8319.8159.41
HexACA3830518212f143b
Octal254243203053041572473
Binary10101100101000111000001101011100010000110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA383; }

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

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

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

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

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

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

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

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