Html Css Color HEX #A9B39D Silver Chalice

📋 copy color: '#A9B39D'

red 169 ◦ green 179 ◦ blue 157

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

Shades of Silver Chalice #A9B39D

Tints of Silver Chalice #A9B39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 33.47%
G = 35.45%
B = 31.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A9B39D (or 0xA9B39D) is known color: Silver Chalice. HEX triplet: A9, B3 and 9D. RGB value is (169,179,157). Sum of RGB (Red+Green+Blue) = 169+179+157=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B39D is #564C62. Grayscale: #ADADAD. Windows color (decimal): -5655651 or 10335145. OLE color: 10335145.

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

Color convert

RGB 169 179 157 -
CMYK 0.06 0 0.12 0.30
HSL 87.27º 0.13% 0.66% -
HSV(B) 87.27º 0.12% 0.7% -
XYZ 38.57 43.11 38.19 -
YUV 173.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 169 179 157 0.06 0 0.12 0.30 87.27 0.13 0.66
Hex A9 B3 9D 6 0 C 1E 57 D 42
Octal 251 263 235 6 0 14 36 127 15 102
Binary 10101001 10110011 10011101 110 0 1100 11110 1010111 1101 1000010

Color Harmonies of #A9B39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B39D

Black with #A9B39D

Text Example


Text Example

White with #A9B39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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