Html Css Color HEX #ADB4A8 Silver Chalice

📋 copy color: '#ADB4A8'

red 173 ◦ green 180 ◦ blue 168

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

Shades of Silver Chalice #ADB4A8

Tints of Silver Chalice #ADB4A8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

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

R = 33.21%
G = 34.55%
B = 32.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ADB4A8 (or 0xADB4A8) is known color: Silver Chalice. HEX triplet: AD, B4 and A8. RGB value is (173,180,168). Sum of RGB (Red+Green+Blue) = 173+180+168=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A8 is #524B57. Grayscale: #B0B0B0. Windows color (decimal): -5393240 or 11056301. OLE color: 11056301.

HSL color Cylindrical-coordinate representation of color #ADB4A8: hue angle of 95º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB4A8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 168 -
CMYK 0.04 0 0.07 0.29
HSL 95º 0.07% 0.68% -
HSV(B) 95º 0.07% 0.71% -
XYZ 40.62 44.35 43.47 -
YUV 176.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 173 180 168 0.04 0 0.07 0.29 95 0.07 0.68
Hex AD B4 A8 4 0 7 1D 5F 7 44
Octal 255 264 250 4 0 7 35 137 7 104
Binary 10101101 10110100 10101000 100 0 111 11101 1011111 111 1000100

Color Harmonies of #ADB4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4A8

Black with #ADB4A8

Text Example


Text Example

White with #ADB4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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