#A2ACA2

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

Shades of Mantle #A2ACA2

Tints of Mantle #A2ACA2

Color information

#A2ACA2 (or 0xA2ACA2) is unknown color: approx Mantle. HEX triplet: A2, AC and A2. RGB value is (162,172,162). Sum of RGB (Red+Green+Blue) = 162+172+162=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #A2ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ACA2 is #5D535D. Grayscale: #A7A7A7. Windows color (decimal): -6116190 or 10661026. OLE color: 10661026.

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

Color convert

RGB162172162-
CMYK0.0600.060.33
HSL120º5.68%65.49%-
HSV(B)120º5.81%67.45%-
XYZ36.1739.839.96-
YUV167.87124.69123.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=32.66%
G=34.68%
B=32.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721620.0600.060.331205.6865.49
HexA2ACA26062178641
Octal242254242606411706101
Binary101000101010110010100010110011010000111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ACA2; }

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

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

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

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

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

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

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

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