Shades of Silver Chalice #AAB5A1
Tints of Silver Chalice #AAB5A1
RGB
CMYK
RGB Variations
Color information
#AAB5A1 (or 0xAAB5A1) is known color: Silver Chalice. HEX triplet: AA, B5 and A1. RGB value is (170,181,161). Sum of RGB (Red+Green+Blue) = 170+181+161=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5A1 is #554A5E. Grayscale: #AFAFAF. Windows color (decimal): -5589599 or 10597802. OLE color: 10597802.
HSL color Cylindrical-coordinate representation of color #AAB5A1: hue angle of 93º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB5A1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 181 | 161 | - |
CMYK | 0.06 | 0 | 0.11 | 0.29 |
HSL | 93º | 0.12% | 0.67% | - |
HSV(B) | 93º | 0.11% | 0.71% | - |
XYZ | 39.53 | 44.17 | 40.16 | - |
YUV | 175.43 | 119.86 | 124.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 161 | 0.06 | 0 | 0.11 | 0.29 | 93 | 0.12 | 0.67 |
Hex | AA | B5 | A1 | 6 | 0 | B | 1D | 5D | C | 43 |
Octal | 252 | 265 | 241 | 6 | 0 | 13 | 35 | 135 | 14 | 103 |
Binary | 10101010 | 10110101 | 10100001 | 110 | 0 | 1011 | 11101 | 1011101 | 1100 | 1000011 |
Color Harmonies of #AAB5A1
Complementary color
Monochromatic Colors of #AAB5A1
Black with #AAB5A1
Text Example
Text Example
White with #AAB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5A1; }
p { color: rgb(170,181,161); }
H1.HeaderClassName
{
color: #AAB5A1;
}
.AnyTagClassName
{
color: #AAB5A1;
}
</style>
background-color css
<style>
a { background-color: #AAB5A1; }
a { background-color: rgb(170,181,161); }
div.DivClassName
{
background-color: #AAB5A1;
}
.BgClassName
{
background-color: #AAB5A1;
}
</style>
border-color css
<style>
span { border-color: #AAB5A1; }
span { border-color: rgb(170,181,161); }
td.TdClassName
{
border-color: #AAB5A1;
}
.TagClassName
{
border-color: #AAB5A1;
}
</style>