Html Css Color HEX #A0AB9A Mantle

📋 copy color: '#A0AB9A'

red 160 ◦ green 171 ◦ blue 154

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

Shades of Mantle #A0AB9A

Tints of Mantle #A0AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 32.99%
G = 35.26%
B = 31.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#A0AB9A (or 0xA0AB9A) is known color: Mantle. HEX triplet: A0, AB and 9A. RGB value is (160,171,154). Sum of RGB (Red+Green+Blue) = 160+171+154=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9A is #5F5465. Grayscale: #A5A5A5. Windows color (decimal): -6247526 or 10136480. OLE color: 10136480.

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

Color convert

RGB 160 171 154 -
CMYK 0.06 0 0.10 0.33
HSL 98.82º 0.09% 0.64% -
HSV(B) 98.82º 0.1% 0.67% -
XYZ 34.89 38.93 36.25 -
YUV 165.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 160 171 154 0.06 0 0.10 0.33 98.82 0.09 0.64
Hex A0 AB 9A 6 0 A 21 63 9 40
Octal 240 253 232 6 0 12 41 143 11 100
Binary 10100000 10101011 10011010 110 0 1010 100001 1100011 1001 1000000

Color Harmonies of #A0AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB9A

Black with #A0AB9A

Text Example


Text Example

White with #A0AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB9A; }

 p { color: rgb(160,171,154); }

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

background-color css

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

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

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

border-color css

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

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

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