Shades of Casper #AAB7B9
Tints of Casper #AAB7B9
RGB
CMYK
RGB Variations
Color information
#AAB7B9 (or 0xAAB7B9) is known color: Casper. HEX triplet: AA, B7 and B9. RGB value is (170,183,185). Sum of RGB (Red+Green+Blue) = 170+183+185=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAB7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7B9 is #554846. Grayscale: #B3B3B3. Windows color (decimal): -5589063 or 12171178. OLE color: 12171178.
HSL color Cylindrical-coordinate representation of color #AAB7B9: hue angle of 188º 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 #AAB7B9 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 183 | 185 | - |
CMYK | 0.08 | 0.01 | 0 | 0.27 |
HSL | 188º | 0.1% | 0.7% | - |
HSV(B) | 188º | 0.08% | 0.73% | - |
XYZ | 42.27 | 45.92 | 52.53 | - |
YUV | 179.34 | 131.19 | 121.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 183 | 185 | 0.08 | 0.01 | 0 | 0.27 | 188 | 0.1 | 0.7 |
Hex | AA | B7 | B9 | 8 | 1 | 0 | 1B | BC | A | 46 |
Octal | 252 | 267 | 271 | 10 | 1 | 0 | 33 | 274 | 12 | 106 |
Binary | 10101010 | 10110111 | 10111001 | 1000 | 1 | 0 | 11011 | 10111100 | 1010 | 1000110 |
Color Harmonies of #AAB7B9
Complementary color
Monochromatic Colors of #AAB7B9
Black with #AAB7B9
Text Example
Text Example
White with #AAB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7B9; }
p { color: rgb(170,183,185); }
H1.HeaderClassName
{
color: #AAB7B9;
}
.AnyTagClassName
{
color: #AAB7B9;
}
</style>
background-color css
<style>
a { background-color: #AAB7B9; }
a { background-color: rgb(170,183,185); }
div.DivClassName
{
background-color: #AAB7B9;
}
.BgClassName
{
background-color: #AAB7B9;
}
</style>
border-color css
<style>
span { border-color: #AAB7B9; }
span { border-color: rgb(170,183,185); }
td.TdClassName
{
border-color: #AAB7B9;
}
.TagClassName
{
border-color: #AAB7B9;
}
</style>