Html Css Color HEX #A1A3A0 Mantle

📋 copy color: '#A1A3A0'

red 161 ◦ green 163 ◦ blue 160

#A1A3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #A1A3A0

Tints of Mantle #A1A3A0

RGB

 RED value IS 161 (63.28% from 255) = 33.26%

 GREEN value IS 163 (64.06% from 255) = 33.68%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 33.26%
G = 33.68%
B = 33.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A1A3A0 (or 0xA1A3A0) is known color: Mantle. HEX triplet: A1, A3 and A0. RGB value is (161,163,160). Sum of RGB (Red+Green+Blue) = 161+163+160=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A3A0 is #5E5C5F. Grayscale: #A2A2A2. Windows color (decimal): -6184032 or 10527649. OLE color: 10527649.

HSL color Cylindrical-coordinate representation of color #A1A3A0: hue angle of 100º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A1A3A0 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 160 -
CMYK 0.01 0 0.02 0.36
HSL 100º 0.02% 0.63% -
HSV(B) 100º 0.02% 0.64% -
XYZ 34.14 36.31 38.47 -
YUV 162.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 161 163 160 0.01 0 0.02 0.36 100 0.02 0.63
Hex A1 A3 A0 1 0 2 24 64 2 3F
Octal 241 243 240 1 0 2 44 144 2 77
Binary 10100001 10100011 10100000 1 0 10 100100 1100100 10 111111

Color Harmonies of #A1A3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A3A0

Black with #A1A3A0

Text Example


Text Example

White with #A1A3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A3A0; }

 p { color: rgb(161,163,160); }

 H1.HeaderClassName
 {
   color: #A1A3A0;
 }
 .AnyTagClassName
 {
   color: #A1A3A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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