Shades of Casper #AAB5B7
Tints of Casper #AAB5B7
RGB
CMYK
RGB Variations
Color information
#AAB5B7 (or 0xAAB5B7) is known color: Casper. HEX triplet: AA, B5 and B7. RGB value is (170,181,183). Sum of RGB (Red+Green+Blue) = 170+181+183=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAB5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5B7 is #554A48. Grayscale: #B1B1B1. Windows color (decimal): -5589577 or 12039594. OLE color: 12039594.
HSL color Cylindrical-coordinate representation of color #AAB5B7: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB5B7 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 181 | 183 | - |
CMYK | 0.07 | 0.01 | 0 | 0.28 |
HSL | 189.23º | 0.08% | 0.69% | - |
HSV(B) | 189.23º | 0.07% | 0.72% | - |
XYZ | 41.65 | 45.01 | 51.29 | - |
YUV | 177.94 | 130.86 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 183 | 0.07 | 0.01 | 0 | 0.28 | 189.23 | 0.08 | 0.69 |
Hex | AA | B5 | B7 | 7 | 1 | 0 | 1C | BD | 8 | 45 |
Octal | 252 | 265 | 267 | 7 | 1 | 0 | 34 | 275 | 10 | 105 |
Binary | 10101010 | 10110101 | 10110111 | 111 | 1 | 0 | 11100 | 10111101 | 1000 | 1000101 |
Color Harmonies of #AAB5B7
Complementary color
Monochromatic Colors of #AAB5B7
Black with #AAB5B7
Text Example
Text Example
White with #AAB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5B7; }
p { color: rgb(170,181,183); }
H1.HeaderClassName
{
color: #AAB5B7;
}
.AnyTagClassName
{
color: #AAB5B7;
}
</style>
background-color css
<style>
a { background-color: #AAB5B7; }
a { background-color: rgb(170,181,183); }
div.DivClassName
{
background-color: #AAB5B7;
}
.BgClassName
{
background-color: #AAB5B7;
}
</style>
border-color css
<style>
span { border-color: #AAB5B7; }
span { border-color: rgb(170,181,183); }
td.TdClassName
{
border-color: #AAB5B7;
}
.TagClassName
{
border-color: #AAB5B7;
}
</style>