#ACA286

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

Shades of Neutral Green #ACA286

Tints of Neutral Green #ACA286

Color information

#ACA286 (or 0xACA286) is unknown color: approx Neutral Green. HEX triplet: AC, A2 and 86. RGB value is (172,162,134). Sum of RGB (Red+Green+Blue) = 172+162+134=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA286 is #535D79. Grayscale: #A1A1A1. Windows color (decimal): -5463418 or 8823468. OLE color: 8823468.

HSL color Cylindrical-coordinate representation of color #ACA286: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACA286 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172162134-
CMYK00.060.220.33
HSL44.21º18.63%60%-
HSV(B)44.21º22.09%67.45%-
XYZ34.2436.3327.76-
YUV161.8112.31135.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=36.75%
G=34.62%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216213400.060.220.3344.2118.6360
HexACA2860616212c133c
Octal254242206062641542374
Binary10101100101000101000011001101011010000110110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA286; }

 p { color: rgb(172,162,134); }

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

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

 a { background-color: rgb(172,162,134); }

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

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

 span { border-color: rgb(172,162,134); }

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