Html Css Color HEX #ADB2A6 Silver Chalice

📋 copy color: '#ADB2A6'

red 173 ◦ green 178 ◦ blue 166

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

Shades of Silver Chalice #ADB2A6

Tints of Silver Chalice #ADB2A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.11%

R = 33.46%
G = 34.43%
B = 32.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#ADB2A6 (or 0xADB2A6) is known color: Silver Chalice. HEX triplet: AD, B2 and A6. RGB value is (173,178,166). Sum of RGB (Red+Green+Blue) = 173+178+166=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2A6 is #524D59. Grayscale: #AFAFAF. Windows color (decimal): -5393754 or 10924717. OLE color: 10924717.

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

Color convert

RGB 173 178 166 -
CMYK 0.03 0 0.07 0.30
HSL 85º 0.07% 0.67% -
HSV(B) 85º 0.07% 0.7% -
XYZ 40.04 43.48 42.36 -
YUV 175.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 173 178 166 0.03 0 0.07 0.30 85 0.07 0.67
Hex AD B2 A6 3 0 7 1E 55 7 43
Octal 255 262 246 3 0 7 36 125 7 103
Binary 10101101 10110010 10100110 11 0 111 11110 1010101 111 1000011

Color Harmonies of #ADB2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2A6

Black with #ADB2A6

Text Example


Text Example

White with #ADB2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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