Shades of Silver Chalice #ABB2A2
Tints of Silver Chalice #ABB2A2
RGB
CMYK
RGB Variations
Color information
#ABB2A2 (or 0xABB2A2) is known color: Silver Chalice. HEX triplet: AB, B2 and A2. RGB value is (171,178,162). Sum of RGB (Red+Green+Blue) = 171+178+162=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2A2 is #544D5D. Grayscale: #AEAEAE. Windows color (decimal): -5524830 or 10662571. OLE color: 10662571.
HSL color Cylindrical-coordinate representation of color #ABB2A2: hue angle of 86.25º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB2A2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
RGB | 171 | 178 | 162 | - |
CMYK | 0.04 | 0 | 0.09 | 0.30 |
HSL | 86.25º | 0.09% | 0.67% | - |
HSV(B) | 86.25º | 0.09% | 0.7% | - |
XYZ | 39.24 | 43.11 | 40.43 | - |
YUV | 174.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 178 | 162 | 0.04 | 0 | 0.09 | 0.30 | 86.25 | 0.09 | 0.67 |
Hex | AB | B2 | A2 | 4 | 0 | 9 | 1E | 56 | 9 | 43 |
Octal | 253 | 262 | 242 | 4 | 0 | 11 | 36 | 126 | 11 | 103 |
Binary | 10101011 | 10110010 | 10100010 | 100 | 0 | 1001 | 11110 | 1010110 | 1001 | 1000011 |
Color Harmonies of #ABB2A2
Complementary color
Monochromatic Colors of #ABB2A2
Black with #ABB2A2
Text Example
Text Example
White with #ABB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2A2; }
p { color: rgb(171,178,162); }
H1.HeaderClassName
{
color: #ABB2A2;
}
.AnyTagClassName
{
color: #ABB2A2;
}
</style>
background-color css
<style>
a { background-color: #ABB2A2; }
a { background-color: rgb(171,178,162); }
div.DivClassName
{
background-color: #ABB2A2;
}
.BgClassName
{
background-color: #ABB2A2;
}
</style>
border-color css
<style>
span { border-color: #ABB2A2; }
span { border-color: rgb(171,178,162); }
td.TdClassName
{
border-color: #ABB2A2;
}
.TagClassName
{
border-color: #ABB2A2;
}
</style>