Html Css Color HEX #ADAFA8 Silver Chalice

📋 copy color: '#ADAFA8'

red 173 ◦ green 175 ◦ blue 168

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

Shades of Silver Chalice #ADAFA8

Tints of Silver Chalice #ADAFA8

RGB

 RED value IS 173 (67.97% from 255) = 33.53%

 GREEN value IS 175 (68.75% from 255) = 33.91%

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 33.53%
G = 33.91%
B = 32.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#ADAFA8 (or 0xADAFA8) is known color: Silver Chalice. HEX triplet: AD, AF and A8. RGB value is (173,175,168). Sum of RGB (Red+Green+Blue) = 173+175+168=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA8 is #525057. Grayscale: #ADADAD. Windows color (decimal): -5394520 or 11055021. OLE color: 11055021.

HSL color Cylindrical-coordinate representation of color #ADAFA8: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADAFA8 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 168 -
CMYK 0.01 0 0.04 0.31
HSL 77.14º 0.04% 0.67% -
HSV(B) 77.14º 0.04% 0.69% -
XYZ 39.63 42.37 43.14 -
YUV 173.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 173 175 168 0.01 0 0.04 0.31 77.14 0.04 0.67
Hex AD AF A8 1 0 4 1F 4D 4 43
Octal 255 257 250 1 0 4 37 115 4 103
Binary 10101101 10101111 10101000 1 0 100 11111 1001101 100 1000011

Color Harmonies of #ADAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFA8

Black with #ADAFA8

Text Example


Text Example

White with #ADAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFA8; }

 p { color: rgb(173,175,168); }

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

background-color css

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

 a { background-color: rgb(173,175,168); }

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

border-color css

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

 span { border-color: rgb(173,175,168); }

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