#ADBBA3

Color #ADBBA3 Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #ADBBA3

Tints of Silver Chalice #ADBBA3

Color information

#ADBBA3 (or 0xADBBA3) is unknown color: approx 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

RGB173187163-
CMYK0.0700.130.27
HSL95º15%68.63%-
HSV(B)95º12.83%73.33%-
XYZ41.6147.0741.54-
YUV180.08118.36122.95-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871630.0700.130.27951568.63
HexADBBA370D1B5ff45
Octal25527324370153313717105
Binary1010110110111011101000111110110111011101111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>