Html Css Color HEX #ADB2AA Silver Chalice

📋 copy color: '#ADB2AA'

red 173 ◦ green 178 ◦ blue 170

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

Shades of Silver Chalice #ADB2AA

Tints of Silver Chalice #ADB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

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

R = 33.21%
G = 34.17%
B = 32.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#ADB2AA (or 0xADB2AA) is known color: Silver Chalice. HEX triplet: AD, B2 and AA. RGB value is (173,178,170). Sum of RGB (Red+Green+Blue) = 173+178+170=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AA is #524D55. Grayscale: #AFAFAF. Windows color (decimal): -5393750 or 11186861. OLE color: 11186861.

HSL color Cylindrical-coordinate representation of color #ADB2AA: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB2AA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 170 -
CMYK 0.03 0 0.04 0.30
HSL 97.5º 0.05% 0.68% -
HSV(B) 97.5º 0.04% 0.7% -
XYZ 40.41 43.63 44.32 -
YUV 175.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 173 178 170 0.03 0 0.04 0.30 97.5 0.05 0.68
Hex AD B2 AA 3 0 4 1E 62 5 44
Octal 255 262 252 3 0 4 36 142 5 104
Binary 10101101 10110010 10101010 11 0 100 11110 1100010 101 1000100

Color Harmonies of #ADB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2AA

Black with #ADB2AA

Text Example


Text Example

White with #ADB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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