Shades of Silver Chalice #ABB5A2
Tints of Silver Chalice #ABB5A2
RGB
CMYK
RGB Variations
Color information
#ABB5A2 (or 0xABB5A2) is known color: Silver Chalice. HEX triplet: AB, B5 and A2. RGB value is (171,181,162). Sum of RGB (Red+Green+Blue) = 171+181+162=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB5A2 is #544A5D. Grayscale: #AFAFAF. Windows color (decimal): -5524062 or 10663339. OLE color: 10663339.
HSL color Cylindrical-coordinate representation of color #ABB5A2: hue angle of 91.58º 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 #ABB5A2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 181 | 162 | - |
CMYK | 0.06 | 0 | 0.10 | 0.29 |
HSL | 91.58º | 0.11% | 0.67% | - |
HSV(B) | 91.58º | 0.1% | 0.71% | - |
XYZ | 39.84 | 44.31 | 40.64 | - |
YUV | 175.84 | 120.19 | 124.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 181 | 162 | 0.06 | 0 | 0.10 | 0.29 | 91.58 | 0.11 | 0.67 |
Hex | AB | B5 | A2 | 6 | 0 | A | 1D | 5C | B | 43 |
Octal | 253 | 265 | 242 | 6 | 0 | 12 | 35 | 134 | 13 | 103 |
Binary | 10101011 | 10110101 | 10100010 | 110 | 0 | 1010 | 11101 | 1011100 | 1011 | 1000011 |
Color Harmonies of #ABB5A2
Complementary color
Monochromatic Colors of #ABB5A2
Black with #ABB5A2
Text Example
Text Example
White with #ABB5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5A2; }
p { color: rgb(171,181,162); }
H1.HeaderClassName
{
color: #ABB5A2;
}
.AnyTagClassName
{
color: #ABB5A2;
}
</style>
background-color css
<style>
a { background-color: #ABB5A2; }
a { background-color: rgb(171,181,162); }
div.DivClassName
{
background-color: #ABB5A2;
}
.BgClassName
{
background-color: #ABB5A2;
}
</style>
border-color css
<style>
span { border-color: #ABB5A2; }
span { border-color: rgb(171,181,162); }
td.TdClassName
{
border-color: #ABB5A2;
}
.TagClassName
{
border-color: #ABB5A2;
}
</style>