Html Css Color HEX #ADB3A2 Silver Chalice

📋 copy color: '#ADB3A2'

red 173 ◦ green 179 ◦ blue 162

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

Shades of Silver Chalice #ADB3A2

Tints of Silver Chalice #ADB3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.82%

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

R = 33.66%
G = 34.82%
B = 31.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#ADB3A2 (or 0xADB3A2) is known color: Silver Chalice. HEX triplet: AD, B3 and A2. RGB value is (173,179,162). Sum of RGB (Red+Green+Blue) = 173+179+162=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A2 is #524C5D. Grayscale: #AFAFAF. Windows color (decimal): -5393502 or 10662829. OLE color: 10662829.

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

Color convert

RGB 173 179 162 -
CMYK 0.03 0 0.09 0.30
HSL 81.18º 0.1% 0.67% -
HSV(B) 81.18º 0.09% 0.7% -
XYZ 39.88 43.73 40.52 -
YUV 175.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 173 179 162 0.03 0 0.09 0.30 81.18 0.1 0.67
Hex AD B3 A2 3 0 9 1E 51 A 43
Octal 255 263 242 3 0 11 36 121 12 103
Binary 10101101 10110011 10100010 11 0 1001 11110 1010001 1010 1000011

Color Harmonies of #ADB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3A2

Black with #ADB3A2

Text Example


Text Example

White with #ADB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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