Html Css Color HEX #A9B49D Silver Chalice

📋 copy color: '#A9B49D'

red 169 ◦ green 180 ◦ blue 157

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

Shades of Silver Chalice #A9B49D

Tints of Silver Chalice #A9B49D

RGB

 RED value IS 169 (66.41% from 255) = 33.4%

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 33.4%
G = 35.57%
B = 31.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A9B49D (or 0xA9B49D) is known color: Silver Chalice. HEX triplet: A9, B4 and 9D. RGB value is (169,180,157). Sum of RGB (Red+Green+Blue) = 169+180+157=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B49D is #564B62. Grayscale: #AEAEAE. Windows color (decimal): -5655395 or 10335401. OLE color: 10335401.

HSL color Cylindrical-coordinate representation of color #A9B49D: hue angle of 88.7º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9B49D is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 157 -
CMYK 0.06 0 0.13 0.29
HSL 88.7º 0.13% 0.66% -
HSV(B) 88.7º 0.13% 0.71% -
XYZ 38.77 43.51 38.25 -
YUV 174.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 169 180 157 0.06 0 0.13 0.29 88.7 0.13 0.66
Hex A9 B4 9D 6 0 D 1D 59 D 42
Octal 251 264 235 6 0 15 35 131 15 102
Binary 10101001 10110100 10011101 110 0 1101 11101 1011001 1101 1000010

Color Harmonies of #A9B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B49D

Black with #A9B49D

Text Example


Text Example

White with #A9B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B49D; }

 p { color: rgb(169,180,157); }

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

background-color css

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

 a { background-color: rgb(169,180,157); }

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

border-color css

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

 span { border-color: rgb(169,180,157); }

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