Html Css Color HEX #A0AA9B Mantle

📋 copy color: '#A0AA9B'

red 160 ◦ green 170 ◦ blue 155

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

Shades of Mantle #A0AA9B

Tints of Mantle #A0AA9B

RGB

 RED value IS 160 (62.89% from 255) = 32.99%

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 32.99%
G = 35.05%
B = 31.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#A0AA9B (or 0xA0AA9B) is known color: Mantle. HEX triplet: A0, AA and 9B. RGB value is (160,170,155). Sum of RGB (Red+Green+Blue) = 160+170+155=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA9B is #5F5564. Grayscale: #A5A5A5. Windows color (decimal): -6247781 or 10201760. OLE color: 10201760.

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

Color convert

RGB 160 170 155 -
CMYK 0.06 0 0.09 0.33
HSL 100º 0.08% 0.64% -
HSV(B) 100º 0.09% 0.67% -
XYZ 34.79 38.59 36.63 -
YUV 165.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 160 170 155 0.06 0 0.09 0.33 100 0.08 0.64
Hex A0 AA 9B 6 0 9 21 64 8 40
Octal 240 252 233 6 0 11 41 144 10 100
Binary 10100000 10101010 10011011 110 0 1001 100001 1100100 1000 1000000

Color Harmonies of #A0AA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA9B

Black with #A0AA9B

Text Example


Text Example

White with #A0AA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA9B; }

 p { color: rgb(160,170,155); }

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

background-color css

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

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

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

border-color css

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

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

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