Shades of Silver Chalice #ABB5A0
Tints of Silver Chalice #ABB5A0
RGB
CMYK
RGB Variations
Color information
#ABB5A0 (or 0xABB5A0) is known color: Silver Chalice. HEX triplet: AB, B5 and A0. RGB value is (171,181,160). Sum of RGB (Red+Green+Blue) = 171+181+160=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB5A0 is #544A5F. Grayscale: #AFAFAF. Windows color (decimal): -5524064 or 10532267. OLE color: 10532267.
HSL color Cylindrical-coordinate representation of color #ABB5A0: hue angle of 88.57º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB5A0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 181 | 160 | - |
CMYK | 0.06 | 0 | 0.12 | 0.29 |
HSL | 88.57º | 0.12% | 0.67% | - |
HSV(B) | 88.57º | 0.12% | 0.71% | - |
XYZ | 39.66 | 44.24 | 39.71 | - |
YUV | 175.62 | 119.19 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 181 | 160 | 0.06 | 0 | 0.12 | 0.29 | 88.57 | 0.12 | 0.67 |
Hex | AB | B5 | A0 | 6 | 0 | C | 1D | 59 | C | 43 |
Octal | 253 | 265 | 240 | 6 | 0 | 14 | 35 | 131 | 14 | 103 |
Binary | 10101011 | 10110101 | 10100000 | 110 | 0 | 1100 | 11101 | 1011001 | 1100 | 1000011 |
Color Harmonies of #ABB5A0
Complementary color
Monochromatic Colors of #ABB5A0
Black with #ABB5A0
Text Example
Text Example
White with #ABB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5A0; }
p { color: rgb(171,181,160); }
H1.HeaderClassName
{
color: #ABB5A0;
}
.AnyTagClassName
{
color: #ABB5A0;
}
</style>
background-color css
<style>
a { background-color: #ABB5A0; }
a { background-color: rgb(171,181,160); }
div.DivClassName
{
background-color: #ABB5A0;
}
.BgClassName
{
background-color: #ABB5A0;
}
</style>
border-color css
<style>
span { border-color: #ABB5A0; }
span { border-color: rgb(171,181,160); }
td.TdClassName
{
border-color: #ABB5A0;
}
.TagClassName
{
border-color: #ABB5A0;
}
</style>