Html Css Color HEX #A0AC9F Mantle

📋 copy color: '#A0AC9F'

red 160 ◦ green 172 ◦ blue 159

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

Shades of Mantle #A0AC9F

Tints of Mantle #A0AC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 32.59%
G = 35.03%
B = 32.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#A0AC9F (or 0xA0AC9F) is known color: Mantle. HEX triplet: A0, AC and 9F. RGB value is (160,172,159). Sum of RGB (Red+Green+Blue) = 160+172+159=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC9F is #5F5360. Grayscale: #A6A6A6. Windows color (decimal): -6247265 or 10464416. OLE color: 10464416.

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

Color convert

RGB 160 172 159 -
CMYK 0.07 0 0.08 0.33
HSL 115.38º 0.07% 0.65% -
HSV(B) 115.38º 0.08% 0.67% -
XYZ 35.51 39.48 38.55 -
YUV 166.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 160 172 159 0.07 0 0.08 0.33 115.38 0.07 0.65
Hex A0 AC 9F 7 0 8 21 73 7 41
Octal 240 254 237 7 0 10 41 163 7 101
Binary 10100000 10101100 10011111 111 0 1000 100001 1110011 111 1000001

Color Harmonies of #A0AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC9F

Black with #A0AC9F

Text Example


Text Example

White with #A0AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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