Html Css Color HEX #A1ADA0 Mantle

📋 copy color: '#A1ADA0'

red 161 ◦ green 173 ◦ blue 160

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

Shades of Mantle #A1ADA0

Tints of Mantle #A1ADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

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

R = 32.59%
G = 35.02%
B = 32.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A1ADA0 (or 0xA1ADA0) is known color: Mantle. HEX triplet: A1, AD and A0. RGB value is (161,173,160). Sum of RGB (Red+Green+Blue) = 161+173+160=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A1ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADA0 is #5E525F. Grayscale: #A7A7A7. Windows color (decimal): -6181472 or 10530209. OLE color: 10530209.

HSL color Cylindrical-coordinate representation of color #A1ADA0: hue angle of 115.38º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1ADA0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 160 -
CMYK 0.07 0 0.08 0.32
HSL 115.38º 0.07% 0.65% -
HSV(B) 115.38º 0.08% 0.68% -
XYZ 35.99 40 39.08 -
YUV 167.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 161 173 160 0.07 0 0.08 0.32 115.38 0.07 0.65
Hex A1 AD A0 7 0 8 20 73 7 41
Octal 241 255 240 7 0 10 40 163 7 101
Binary 10100001 10101101 10100000 111 0 1000 100000 1110011 111 1000001

Color Harmonies of #A1ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADA0

Black with #A1ADA0

Text Example


Text Example

White with #A1ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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