Html Css Color HEX #ADBBA3 Silver Chalice

📋 copy color: '#ADBBA3'

red 173 ◦ green 187 ◦ blue 163

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

Shades of Silver Chalice #ADBBA3

Tints of Silver Chalice #ADBBA3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

 BLUE value IS 163 (64.06% from 255) = 31.17%

R = 33.08%
G = 35.76%
B = 31.17%

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

#ADBBA3 (or 0xADBBA3) is known color: Silver Chalice. HEX triplet: AD, BB and A3. RGB value is (173,187,163). Sum of RGB (Red+Green+Blue) = 173+187+163=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA3 is #52445C. Grayscale: #B4B4B4. Windows color (decimal): -5391453 or 10730413. OLE color: 10730413.

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

Color convert

RGB 173 187 163 -
CMYK 0.07 0 0.13 0.27
HSL 95º 0.15% 0.69% -
HSV(B) 95º 0.13% 0.73% -
XYZ 41.61 47.07 41.54 -
YUV 180.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 173 187 163 0.07 0 0.13 0.27 95 0.15 0.69
Hex AD BB A3 7 0 D 1B 5F F 45
Octal 255 273 243 7 0 15 33 137 17 105
Binary 10101101 10111011 10100011 111 0 1101 11011 1011111 1111 1000101

Color Harmonies of #ADBBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBA3

Black with #ADBBA3

Text Example


Text Example

White with #ADBBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBA3; }

 p { color: rgb(173,187,163); }

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

background-color css

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

 a { background-color: rgb(173,187,163); }

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

border-color css

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

 span { border-color: rgb(173,187,163); }

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