Html Css Color HEX #A0A69E Mantle

📋 copy color: '#A0A69E'

red 160 ◦ green 166 ◦ blue 158

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

Shades of Mantle #A0A69E

Tints of Mantle #A0A69E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

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

R = 33.06%
G = 34.3%
B = 32.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A0A69E (or 0xA0A69E) is known color: Mantle. HEX triplet: A0, A6 and 9E. RGB value is (160,166,158). Sum of RGB (Red+Green+Blue) = 160+166+158=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A69E is #5F5961. Grayscale: #A3A3A3. Windows color (decimal): -6248802 or 10397344. OLE color: 10397344.

HSL color Cylindrical-coordinate representation of color #A0A69E: hue angle of 105º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A69E is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 158 -
CMYK 0.04 0 0.05 0.35
HSL 105º 0.04% 0.64% -
HSV(B) 105º 0.05% 0.65% -
XYZ 34.3 37.21 37.72 -
YUV 163.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 160 166 158 0.04 0 0.05 0.35 105 0.04 0.64
Hex A0 A6 9E 4 0 5 23 69 4 40
Octal 240 246 236 4 0 5 43 151 4 100
Binary 10100000 10100110 10011110 100 0 101 100011 1101001 100 1000000

Color Harmonies of #A0A69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A69E

Black with #A0A69E

Text Example


Text Example

White with #A0A69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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