#A0AFA0

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

Shades of Mantle #A0AFA0

Tints of Mantle #A0AFA0

Color information

#A0AFA0 (or 0xA0AFA0) is unknown color: approx Mantle. HEX triplet: A0, AF and A0. RGB value is (160,175,160). Sum of RGB (Red+Green+Blue) = 160+175+160=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFA0 is #5F505F. Grayscale: #A8A8A8. Windows color (decimal): -6246496 or 10530720. OLE color: 10530720.

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

Color convert

RGB160175160-
CMYK0.0900.090.31
HSL120º8.57%65.69%-
HSV(B)120º8.57%68.63%-
XYZ36.1740.6739.2-
YUV168.8123.03121.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=32.32%
G=35.35%
B=32.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751600.0900.090.311208.5765.69
HexA0AFA09091F78942
Octal240257240110113717011102
Binary10100000101011111010000010010100111111111100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFA0; }

 p { color: rgb(160,175,160); }

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

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

 a { background-color: rgb(160,175,160); }

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

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

 span { border-color: rgb(160,175,160); }

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