Html Css Color HEX #A9B49E Silver Chalice

📋 copy color: '#A9B49E'

red 169 ◦ green 180 ◦ blue 158

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

Shades of Silver Chalice #A9B49E

Tints of Silver Chalice #A9B49E

RGB

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

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

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

R = 33.33%
G = 35.5%
B = 31.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A9B49E (or 0xA9B49E) is known color: Silver Chalice. HEX triplet: A9, B4 and 9E. RGB value is (169,180,158). Sum of RGB (Red+Green+Blue) = 169+180+158=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B49E is #564B61. Grayscale: #AEAEAE. Windows color (decimal): -5655394 or 10400937. OLE color: 10400937.

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

Color convert

RGB 169 180 158 -
CMYK 0.06 0 0.12 0.29
HSL 90º 0.13% 0.66% -
HSV(B) 90º 0.12% 0.71% -
XYZ 38.86 43.55 38.71 -
YUV 174.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 169 180 158 0.06 0 0.12 0.29 90 0.13 0.66
Hex A9 B4 9E 6 0 C 1D 5A D 42
Octal 251 264 236 6 0 14 35 132 15 102
Binary 10101001 10110100 10011110 110 0 1100 11101 1011010 1101 1000010

Color Harmonies of #A9B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B49E

Black with #A9B49E

Text Example


Text Example

White with #A9B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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