Html Css Color HEX #A0AF9F Mantle

📋 copy color: '#A0AF9F'

red 160 ◦ green 175 ◦ blue 159

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

Shades of Mantle #A0AF9F

Tints of Mantle #A0AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 32.39%
G = 35.43%
B = 32.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#A0AF9F (or 0xA0AF9F) is known color: Mantle. HEX triplet: A0, AF and 9F. RGB value is (160,175,159). Sum of RGB (Red+Green+Blue) = 160+175+159=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF9F is #5F5060. Grayscale: #A8A8A8. Windows color (decimal): -6246497 or 10465184. OLE color: 10465184.

HSL color Cylindrical-coordinate representation of color #A0AF9F: hue angle of 116.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AF9F is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 159 -
CMYK 0.09 0 0.09 0.31
HSL 116.25º 0.09% 0.65% -
HSV(B) 116.25º 0.09% 0.69% -
XYZ 36.09 40.64 38.74 -
YUV 168.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 160 175 159 0.09 0 0.09 0.31 116.25 0.09 0.65
Hex A0 AF 9F 9 0 9 1F 74 9 41
Octal 240 257 237 11 0 11 37 164 11 101
Binary 10100000 10101111 10011111 1001 0 1001 11111 1110100 1001 1000001

Color Harmonies of #A0AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF9F

Black with #A0AF9F

Text Example


Text Example

White with #A0AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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