Shades of Silver Chalice #ABB0A2
Tints of Silver Chalice #ABB0A2
RGB
CMYK
RGB Variations
Color information
#ABB0A2 (or 0xABB0A2) is known color: Silver Chalice. HEX triplet: AB, B0 and A2. RGB value is (171,176,162). Sum of RGB (Red+Green+Blue) = 171+176+162=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0A2 is #544F5D. Grayscale: #ACACAC. Windows color (decimal): -5525342 or 10662059. OLE color: 10662059.
HSL color Cylindrical-coordinate representation of color #ABB0A2: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB0A2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
RGB | 171 | 176 | 162 | - |
CMYK | 0.03 | 0 | 0.08 | 0.31 |
HSL | 81.43º | 0.08% | 0.66% | - |
HSV(B) | 81.43º | 0.08% | 0.69% | - |
XYZ | 38.84 | 42.32 | 40.3 | - |
YUV | 172.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 176 | 162 | 0.03 | 0 | 0.08 | 0.31 | 81.43 | 0.08 | 0.66 |
Hex | AB | B0 | A2 | 3 | 0 | 8 | 1F | 51 | 8 | 42 |
Octal | 253 | 260 | 242 | 3 | 0 | 10 | 37 | 121 | 10 | 102 |
Binary | 10101011 | 10110000 | 10100010 | 11 | 0 | 1000 | 11111 | 1010001 | 1000 | 1000010 |
Color Harmonies of #ABB0A2
Complementary color
Monochromatic Colors of #ABB0A2
Black with #ABB0A2
Text Example
Text Example
White with #ABB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0A2; }
p { color: rgb(171,176,162); }
H1.HeaderClassName
{
color: #ABB0A2;
}
.AnyTagClassName
{
color: #ABB0A2;
}
</style>
background-color css
<style>
a { background-color: #ABB0A2; }
a { background-color: rgb(171,176,162); }
div.DivClassName
{
background-color: #ABB0A2;
}
.BgClassName
{
background-color: #ABB0A2;
}
</style>
border-color css
<style>
span { border-color: #ABB0A2; }
span { border-color: rgb(171,176,162); }
td.TdClassName
{
border-color: #ABB0A2;
}
.TagClassName
{
border-color: #ABB0A2;
}
</style>