Html Css Color HEX #A5AD9F Silver Chalice

📋 copy color: '#A5AD9F'

red 165 ◦ green 173 ◦ blue 159

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

Shades of Silver Chalice #A5AD9F

Tints of Silver Chalice #A5AD9F

RGB

 RED value IS 165 (64.84% from 255) = 33.2%

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 33.2%
G = 34.81%
B = 31.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A5AD9F (or 0xA5AD9F) is known color: Silver Chalice. HEX triplet: A5, AD and 9F. RGB value is (165,173,159). Sum of RGB (Red+Green+Blue) = 165+173+159=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD9F is #5A5260. Grayscale: #A9A9A9. Windows color (decimal): -5919329 or 10464677. OLE color: 10464677.

HSL color Cylindrical-coordinate representation of color #A5AD9F: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5AD9F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 159 -
CMYK 0.05 0 0.08 0.32
HSL 94.29º 0.08% 0.65% -
HSV(B) 94.29º 0.08% 0.68% -
XYZ 36.72 40.39 38.66 -
YUV 169.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 165 173 159 0.05 0 0.08 0.32 94.29 0.08 0.65
Hex A5 AD 9F 5 0 8 20 5E 8 41
Octal 245 255 237 5 0 10 40 136 10 101
Binary 10100101 10101101 10011111 101 0 1000 100000 1011110 1000 1000001

Color Harmonies of #A5AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD9F

Black with #A5AD9F

Text Example


Text Example

White with #A5AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD9F; }

 p { color: rgb(165,173,159); }

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

background-color css

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

 a { background-color: rgb(165,173,159); }

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

border-color css

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

 span { border-color: rgb(165,173,159); }

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