Html Css Color HEX #ADB4A2 Silver Chalice

📋 copy color: '#ADB4A2'

red 173 ◦ green 180 ◦ blue 162

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

Shades of Silver Chalice #ADB4A2

Tints of Silver Chalice #ADB4A2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

 BLUE value IS 162 (63.67% from 255) = 31.46%

R = 33.59%
G = 34.95%
B = 31.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#ADB4A2 (or 0xADB4A2) is known color: Silver Chalice. HEX triplet: AD, B4 and A2. RGB value is (173,180,162). Sum of RGB (Red+Green+Blue) = 173+180+162=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A2 is #524B5D. Grayscale: #AFAFAF. Windows color (decimal): -5393246 or 10663085. OLE color: 10663085.

HSL color Cylindrical-coordinate representation of color #ADB4A2: hue angle of 83.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB4A2 is Cyan = 0.04, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 162 -
CMYK 0.04 0 0.1 0.29
HSL 83.33º 0.11% 0.67% -
HSV(B) 83.33º 0.1% 0.71% -
XYZ 40.08 44.14 40.59 -
YUV 175.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 173 180 162 0.04 0 0.1 0.29 83.33 0.11 0.67
Hex AD B4 A2 4 0 A 1D 53 B 43
Octal 255 264 242 4 0 12 35 123 13 103
Binary 10101101 10110100 10100010 100 0 1010 11101 1010011 1011 1000011

Color Harmonies of #ADB4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4A2

Black with #ADB4A2

Text Example


Text Example

White with #ADB4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4A2; }

 p { color: rgb(173,180,162); }

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

background-color css

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

 a { background-color: rgb(173,180,162); }

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

border-color css

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

 span { border-color: rgb(173,180,162); }

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