Html Css Color HEX #A0A69D Mantle

📋 copy color: '#A0A69D'

red 160 ◦ green 166 ◦ blue 157

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

Shades of Mantle #A0A69D

Tints of Mantle #A0A69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 33.13%
G = 34.37%
B = 32.51%

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

#A0A69D (or 0xA0A69D) is known color: Mantle. HEX triplet: A0, A6 and 9D. RGB value is (160,166,157). Sum of RGB (Red+Green+Blue) = 160+166+157=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A69D is #5F5962. Grayscale: #A3A3A3. Windows color (decimal): -6248803 or 10331808. OLE color: 10331808.

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

Color convert

RGB 160 166 157 -
CMYK 0.04 0 0.05 0.35
HSL 100º 0.05% 0.63% -
HSV(B) 100º 0.05% 0.65% -
XYZ 34.22 37.18 37.27 -
YUV 163.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 160 166 157 0.04 0 0.05 0.35 100 0.05 0.63
Hex A0 A6 9D 4 0 5 23 64 5 3F
Octal 240 246 235 4 0 5 43 144 5 77
Binary 10100000 10100110 10011101 100 0 101 100011 1100100 101 111111

Color Harmonies of #A0A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A69D

Black with #A0A69D

Text Example


Text Example

White with #A0A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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