Html Css Color HEX #A5AD9C Silver Chalice

📋 copy color: '#A5AD9C'

red 165 ◦ green 173 ◦ blue 156

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

Shades of Silver Chalice #A5AD9C

Tints of Silver Chalice #A5AD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 33.4%
G = 35.02%
B = 31.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A5AD9C (or 0xA5AD9C) is known color: Silver Chalice. HEX triplet: A5, AD and 9C. RGB value is (165,173,156). Sum of RGB (Red+Green+Blue) = 165+173+156=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD9C is #5A5263. Grayscale: #A8A8A8. Windows color (decimal): -5919332 or 10268069. OLE color: 10268069.

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

Color convert

RGB 165 173 156 -
CMYK 0.05 0 0.10 0.32
HSL 88.24º 0.09% 0.65% -
HSV(B) 88.24º 0.1% 0.68% -
XYZ 36.46 40.29 37.31 -
YUV 168.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 165 173 156 0.05 0 0.10 0.32 88.24 0.09 0.65
Hex A5 AD 9C 5 0 A 20 58 9 41
Octal 245 255 234 5 0 12 40 130 11 101
Binary 10100101 10101101 10011100 101 0 1010 100000 1011000 1001 1000001

Color Harmonies of #A5AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD9C

Black with #A5AD9C

Text Example


Text Example

White with #A5AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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