Html Css Color HEX #A9B2A0 Silver Chalice

📋 copy color: '#A9B2A0'

red 169 ◦ green 178 ◦ blue 160

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

Shades of Silver Chalice #A9B2A0

Tints of Silver Chalice #A9B2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 33.33%
G = 35.11%
B = 31.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#A9B2A0 (or 0xA9B2A0) is known color: Silver Chalice. HEX triplet: A9, B2 and A0. RGB value is (169,178,160). Sum of RGB (Red+Green+Blue) = 169+178+160=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B2A0 is #564D5F. Grayscale: #ADADAD. Windows color (decimal): -5655904 or 10531497. OLE color: 10531497.

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

Color convert

RGB 169 178 160 -
CMYK 0.05 0 0.10 0.30
HSL 90º 0.1% 0.66% -
HSV(B) 90º 0.1% 0.7% -
XYZ 38.63 42.81 39.49 -
YUV 173.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 169 178 160 0.05 0 0.10 0.30 90 0.1 0.66
Hex A9 B2 A0 5 0 A 1E 5A A 42
Octal 251 262 240 5 0 12 36 132 12 102
Binary 10101001 10110010 10100000 101 0 1010 11110 1011010 1010 1000010

Color Harmonies of #A9B2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2A0

Black with #A9B2A0

Text Example


Text Example

White with #A9B2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2A0; }

 p { color: rgb(169,178,160); }

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

background-color css

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

 a { background-color: rgb(169,178,160); }

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

border-color css

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

 span { border-color: rgb(169,178,160); }

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