Html Css Color HEX #A9B39E Silver Chalice

📋 copy color: '#A9B39E'

red 169 ◦ green 179 ◦ blue 158

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

Shades of Silver Chalice #A9B39E

Tints of Silver Chalice #A9B39E

RGB

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

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

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

R = 33.4%
G = 35.38%
B = 31.23%

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

#A9B39E (or 0xA9B39E) is known color: Silver Chalice. HEX triplet: A9, B3 and 9E. RGB value is (169,179,158). Sum of RGB (Red+Green+Blue) = 169+179+158=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B39E is #564C61. Grayscale: #ADADAD. Windows color (decimal): -5655650 or 10400681. OLE color: 10400681.

HSL color Cylindrical-coordinate representation of color #A9B39E: hue angle of 88.57º degrees, saturation: 0.12, 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 #A9B39E is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 158 -
CMYK 0.06 0 0.12 0.30
HSL 88.57º 0.12% 0.66% -
HSV(B) 88.57º 0.12% 0.7% -
XYZ 38.65 43.14 38.64 -
YUV 173.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 169 179 158 0.06 0 0.12 0.30 88.57 0.12 0.66
Hex A9 B3 9E 6 0 C 1E 59 C 42
Octal 251 263 236 6 0 14 36 131 14 102
Binary 10101001 10110011 10011110 110 0 1100 11110 1011001 1100 1000010

Color Harmonies of #A9B39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B39E

Black with #A9B39E

Text Example


Text Example

White with #A9B39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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