Html Css Color HEX #ADBAA1 Silver Chalice

📋 copy color: '#ADBAA1'

red 173 ◦ green 186 ◦ blue 161

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

Shades of Silver Chalice #ADBAA1

Tints of Silver Chalice #ADBAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 33.27%
G = 35.77%
B = 30.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#ADBAA1 (or 0xADBAA1) is known color: Silver Chalice. HEX triplet: AD, BA and A1. RGB value is (173,186,161). Sum of RGB (Red+Green+Blue) = 173+186+161=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA1 is #52455E. Grayscale: #B3B3B3. Windows color (decimal): -5391711 or 10599085. OLE color: 10599085.

HSL color Cylindrical-coordinate representation of color #ADBAA1: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBAA1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 161 -
CMYK 0.07 0 0.13 0.27
HSL 91.2º 0.15% 0.68% -
HSV(B) 91.2º 0.13% 0.73% -
XYZ 41.23 46.58 40.54 -
YUV 179.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 173 186 161 0.07 0 0.13 0.27 91.2 0.15 0.68
Hex AD BA A1 7 0 D 1B 5B F 44
Octal 255 272 241 7 0 15 33 133 17 104
Binary 10101101 10111010 10100001 111 0 1101 11011 1011011 1111 1000100

Color Harmonies of #ADBAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAA1

Black with #ADBAA1

Text Example


Text Example

White with #ADBAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAA1; }

 p { color: rgb(173,186,161); }

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

background-color css

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

 a { background-color: rgb(173,186,161); }

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

border-color css

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

 span { border-color: rgb(173,186,161); }

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