Html Css Color HEX #A0A49D Silver Chalice

📋 copy color: '#A0A49D'

red 160 ◦ green 164 ◦ blue 157

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

Shades of Silver Chalice #A0A49D

Tints of Silver Chalice #A0A49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

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

R = 33.26%
G = 34.1%
B = 32.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A0A49D (or 0xA0A49D) is known color: Silver Chalice. HEX triplet: A0, A4 and 9D. RGB value is (160,164,157). Sum of RGB (Red+Green+Blue) = 160+164+157=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A49D is #5F5B62. Grayscale: #A2A2A2. Windows color (decimal): -6249315 or 10331296. OLE color: 10331296.

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

Color convert

RGB 160 164 157 -
CMYK 0.02 0 0.04 0.36
HSL 94.29º 0.04% 0.63% -
HSV(B) 94.29º 0.04% 0.64% -
XYZ 33.86 36.46 37.15 -
YUV 162.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 160 164 157 0.02 0 0.04 0.36 94.29 0.04 0.63
Hex A0 A4 9D 2 0 4 24 5E 4 3F
Octal 240 244 235 2 0 4 44 136 4 77
Binary 10100000 10100100 10011101 10 0 100 100100 1011110 100 111111

Color Harmonies of #A0A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A49D

Black with #A0A49D

Text Example


Text Example

White with #A0A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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