Html Css Color HEX #ADB0AB Silver Chalice

📋 copy color: '#ADB0AB'

red 173 ◦ green 176 ◦ blue 171

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

Shades of Silver Chalice #ADB0AB

Tints of Silver Chalice #ADB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 33.27%
G = 33.85%
B = 32.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#ADB0AB (or 0xADB0AB) is known color: Silver Chalice. HEX triplet: AD, B0 and AB. RGB value is (173,176,171). Sum of RGB (Red+Green+Blue) = 173+176+171=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AB is #524F54. Grayscale: #AEAEAE. Windows color (decimal): -5394261 or 11251885. OLE color: 11251885.

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

Color convert

RGB 173 176 171 -
CMYK 0.02 0 0.03 0.31
HSL 96º 0.03% 0.68% -
HSV(B) 96º 0.03% 0.69% -
XYZ 40.11 42.88 44.69 -
YUV 174.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 173 176 171 0.02 0 0.03 0.31 96 0.03 0.68
Hex AD B0 AB 2 0 3 1F 60 3 44
Octal 255 260 253 2 0 3 37 140 3 104
Binary 10101101 10110000 10101011 10 0 11 11111 1100000 11 1000100

Color Harmonies of #ADB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0AB

Black with #ADB0AB

Text Example


Text Example

White with #ADB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0AB; }

 p { color: rgb(173,176,171); }

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

background-color css

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

 a { background-color: rgb(173,176,171); }

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

border-color css

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

 span { border-color: rgb(173,176,171); }

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