Shades of Casper #AAB6BA
Tints of Casper #AAB6BA
RGB
CMYK
RGB Variations
Color information
#AAB6BA (or 0xAAB6BA) is known color: Casper. HEX triplet: AA, B6 and BA. RGB value is (170,182,186). Sum of RGB (Red+Green+Blue) = 170+182+186=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6BA is #554945. Grayscale: #B2B2B2. Windows color (decimal): -5589318 or 12236458. OLE color: 12236458.
HSL color Cylindrical-coordinate representation of color #AAB6BA: hue angle of 195º 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 #AAB6BA is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 182 | 186 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.27 |
| HSL | 195º | 0.1% | 0.7% | - |
| HSV(B) | 195º | 0.09% | 0.73% | - |
| XYZ | 42.17 | 45.55 | 53.02 | - |
| YUV | 178.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 186 | 0.09 | 0.02 | 0 | 0.27 | 195 | 0.1 | 0.7 |
| Hex | AA | B6 | BA | 9 | 2 | 0 | 1B | C3 | A | 46 |
| Octal | 252 | 266 | 272 | 11 | 2 | 0 | 33 | 303 | 12 | 106 |
| Binary | 10101010 | 10110110 | 10111010 | 1001 | 10 | 0 | 11011 | 11000011 | 1010 | 1000110 |
Color Harmonies of #AAB6BA
Complementary color
Monochromatic Colors of #AAB6BA
Black with #AAB6BA
Text Example
Text Example
White with #AAB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6BA; }
p { color: rgb(170,182,186); }
H1.HeaderClassName
{
color: #AAB6BA;
}
.AnyTagClassName
{
color: #AAB6BA;
}
</style>
background-color css
<style>
a { background-color: #AAB6BA; }
a { background-color: rgb(170,182,186); }
div.DivClassName
{
background-color: #AAB6BA;
}
.BgClassName
{
background-color: #AAB6BA;
}
</style>
border-color css
<style>
span { border-color: #AAB6BA; }
span { border-color: rgb(170,182,186); }
td.TdClassName
{
border-color: #AAB6BA;
}
.TagClassName
{
border-color: #AAB6BA;
}
</style>