Html Css Color HEX #A0AD9F Mantle

📋 copy color: '#A0AD9F'

red 160 ◦ green 173 ◦ blue 159

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

Shades of Mantle #A0AD9F

Tints of Mantle #A0AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 32.52%
G = 35.16%
B = 32.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A0AD9F (or 0xA0AD9F) is known color: Mantle. HEX triplet: A0, AD and 9F. RGB value is (160,173,159). Sum of RGB (Red+Green+Blue) = 160+173+159=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD9F is #5F5260. Grayscale: #A7A7A7. Windows color (decimal): -6247009 or 10464672. OLE color: 10464672.

HSL color Cylindrical-coordinate representation of color #A0AD9F: hue angle of 115.71º degrees, saturation: 0.08, 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 #A0AD9F is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 159 -
CMYK 0.08 0 0.08 0.32
HSL 115.71º 0.08% 0.65% -
HSV(B) 115.71º 0.08% 0.68% -
XYZ 35.7 39.86 38.61 -
YUV 167.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 160 173 159 0.08 0 0.08 0.32 115.71 0.08 0.65
Hex A0 AD 9F 8 0 8 20 74 8 41
Octal 240 255 237 10 0 10 40 164 10 101
Binary 10100000 10101101 10011111 1000 0 1000 100000 1110100 1000 1000001

Color Harmonies of #A0AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD9F

Black with #A0AD9F

Text Example


Text Example

White with #A0AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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