Html Css Color HEX #A0AE9E Mantle

📋 copy color: '#A0AE9E'

red 160 ◦ green 174 ◦ blue 158

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

Shades of Mantle #A0AE9E

Tints of Mantle #A0AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.37%

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 32.52%
G = 35.37%
B = 32.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A0AE9E (or 0xA0AE9E) is known color: Mantle. HEX triplet: A0, AE and 9E. RGB value is (160,174,158). Sum of RGB (Red+Green+Blue) = 160+174+158=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE9E is #5F5161. Grayscale: #A8A8A8. Windows color (decimal): -6246754 or 10399392. OLE color: 10399392.

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

Color convert

RGB 160 174 158 -
CMYK 0.08 0 0.09 0.32
HSL 112.5º 0.09% 0.65% -
HSV(B) 112.5º 0.09% 0.68% -
XYZ 35.8 40.21 38.22 -
YUV 167.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 160 174 158 0.08 0 0.09 0.32 112.5 0.09 0.65
Hex A0 AE 9E 8 0 9 20 70 9 41
Octal 240 256 236 10 0 11 40 160 11 101
Binary 10100000 10101110 10011110 1000 0 1001 100000 1110000 1001 1000001

Color Harmonies of #A0AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE9E

Black with #A0AE9E

Text Example


Text Example

White with #A0AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE9E; }

 p { color: rgb(160,174,158); }

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

background-color css

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

 a { background-color: rgb(160,174,158); }

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

border-color css

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

 span { border-color: rgb(160,174,158); }

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