Shades of Casper #AAB8B9
Tints of Casper #AAB8B9
RGB
CMYK
RGB Variations
Color information
#AAB8B9 (or 0xAAB8B9) is known color: Casper. HEX triplet: AA, B8 and B9. RGB value is (170,184,185). Sum of RGB (Red+Green+Blue) = 170+184+185=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAB8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8B9 is #554746. Grayscale: #B3B3B3. Windows color (decimal): -5588807 or 12171434. OLE color: 12171434.
HSL color Cylindrical-coordinate representation of color #AAB8B9: hue angle of 184º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB8B9 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 184 | 185 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.27 |
| HSL | 184º | 0.1% | 0.7% | - |
| HSV(B) | 184º | 0.08% | 0.73% | - |
| XYZ | 42.48 | 46.33 | 52.6 | - |
| YUV | 179.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 185 | 0.08 | 0.01 | 0 | 0.27 | 184 | 0.1 | 0.7 |
| Hex | AA | B8 | B9 | 8 | 1 | 0 | 1B | B8 | A | 46 |
| Octal | 252 | 270 | 271 | 10 | 1 | 0 | 33 | 270 | 12 | 106 |
| Binary | 10101010 | 10111000 | 10111001 | 1000 | 1 | 0 | 11011 | 10111000 | 1010 | 1000110 |
Color Harmonies of #AAB8B9
Complementary color
Monochromatic Colors of #AAB8B9
Black with #AAB8B9
Text Example
Text Example
White with #AAB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8B9; }
p { color: rgb(170,184,185); }
H1.HeaderClassName
{
color: #AAB8B9;
}
.AnyTagClassName
{
color: #AAB8B9;
}
</style>
background-color css
<style>
a { background-color: #AAB8B9; }
a { background-color: rgb(170,184,185); }
div.DivClassName
{
background-color: #AAB8B9;
}
.BgClassName
{
background-color: #AAB8B9;
}
</style>
border-color css
<style>
span { border-color: #AAB8B9; }
span { border-color: rgb(170,184,185); }
td.TdClassName
{
border-color: #AAB8B9;
}
.TagClassName
{
border-color: #AAB8B9;
}
</style>