Html Css Color HEX #ADB1AA Silver Chalice

📋 copy color: '#ADB1AA'

red 173 ◦ green 177 ◦ blue 170

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

Shades of Silver Chalice #ADB1AA

Tints of Silver Chalice #ADB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 33.27%
G = 34.04%
B = 32.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#ADB1AA (or 0xADB1AA) is known color: Silver Chalice. HEX triplet: AD, B1 and AA. RGB value is (173,177,170). Sum of RGB (Red+Green+Blue) = 173+177+170=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1AA is #524E55. Grayscale: #AFAFAF. Windows color (decimal): -5394006 or 11186605. OLE color: 11186605.

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

Color convert

RGB 173 177 170 -
CMYK 0.02 0 0.04 0.31
HSL 94.29º 0.04% 0.68% -
HSV(B) 94.29º 0.04% 0.69% -
XYZ 40.21 43.23 44.26 -
YUV 175.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 173 177 170 0.02 0 0.04 0.31 94.29 0.04 0.68
Hex AD B1 AA 2 0 4 1F 5E 4 44
Octal 255 261 252 2 0 4 37 136 4 104
Binary 10101101 10110001 10101010 10 0 100 11111 1011110 100 1000100

Color Harmonies of #ADB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1AA

Black with #ADB1AA

Text Example


Text Example

White with #ADB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1AA; }

 p { color: rgb(173,177,170); }

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

background-color css

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

 a { background-color: rgb(173,177,170); }

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

border-color css

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

 span { border-color: rgb(173,177,170); }

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