Html Css Color HEX #A9B19E Silver Chalice

📋 copy color: '#A9B19E'

red 169 ◦ green 177 ◦ blue 158

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

Shades of Silver Chalice #A9B19E

Tints of Silver Chalice #A9B19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.12%

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

R = 33.53%
G = 35.12%
B = 31.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#A9B19E (or 0xA9B19E) is known color: Silver Chalice. HEX triplet: A9, B1 and 9E. RGB value is (169,177,158). Sum of RGB (Red+Green+Blue) = 169+177+158=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B19E is #564E61. Grayscale: #ACACAC. Windows color (decimal): -5656162 or 10400169. OLE color: 10400169.

HSL color Cylindrical-coordinate representation of color #A9B19E: hue angle of 85.26º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9B19E is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 177 158 -
CMYK 0.05 0 0.11 0.31
HSL 85.26º 0.11% 0.66% -
HSV(B) 85.26º 0.11% 0.69% -
XYZ 38.26 42.35 38.51 -
YUV 172.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 169 177 158 0.05 0 0.11 0.31 85.26 0.11 0.66
Hex A9 B1 9E 5 0 B 1F 55 B 42
Octal 251 261 236 5 0 13 37 125 13 102
Binary 10101001 10110001 10011110 101 0 1011 11111 1010101 1011 1000010

Color Harmonies of #A9B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B19E

Black with #A9B19E

Text Example


Text Example

White with #A9B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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