Shades of Casper #AAB9BA
Tints of Casper #AAB9BA
RGB
CMYK
RGB Variations
Color information
#AAB9BA (or 0xAAB9BA) is known color: Casper. HEX triplet: AA, B9 and BA. RGB value is (170,185,186). Sum of RGB (Red+Green+Blue) = 170+185+186=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BA is #554645. Grayscale: #B4B4B4. Windows color (decimal): -5588550 or 12237226. OLE color: 12237226.
HSL color Cylindrical-coordinate representation of color #AAB9BA: hue angle of 183.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB9BA is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 186 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.27 |
| HSL | 183.75º | 0.1% | 0.7% | - |
| HSV(B) | 183.75º | 0.09% | 0.73% | - |
| XYZ | 42.79 | 46.79 | 53.23 | - |
| YUV | 180.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 186 | 0.09 | 0.01 | 0 | 0.27 | 183.75 | 0.1 | 0.7 |
| Hex | AA | B9 | BA | 9 | 1 | 0 | 1B | B8 | A | 46 |
| Octal | 252 | 271 | 272 | 11 | 1 | 0 | 33 | 270 | 12 | 106 |
| Binary | 10101010 | 10111001 | 10111010 | 1001 | 1 | 0 | 11011 | 10111000 | 1010 | 1000110 |
Color Harmonies of #AAB9BA
Complementary color
Monochromatic Colors of #AAB9BA
Black with #AAB9BA
Text Example
Text Example
White with #AAB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9BA; }
p { color: rgb(170,185,186); }
H1.HeaderClassName
{
color: #AAB9BA;
}
.AnyTagClassName
{
color: #AAB9BA;
}
</style>
background-color css
<style>
a { background-color: #AAB9BA; }
a { background-color: rgb(170,185,186); }
div.DivClassName
{
background-color: #AAB9BA;
}
.BgClassName
{
background-color: #AAB9BA;
}
</style>
border-color css
<style>
span { border-color: #AAB9BA; }
span { border-color: rgb(170,185,186); }
td.TdClassName
{
border-color: #AAB9BA;
}
.TagClassName
{
border-color: #AAB9BA;
}
</style>