Shades of Casper #AAB7B8
Tints of Casper #AAB7B8
RGB
CMYK
RGB Variations
Color information
#AAB7B8 (or 0xAAB7B8) is known color: Casper. HEX triplet: AA, B7 and B8. RGB value is (170,183,184). Sum of RGB (Red+Green+Blue) = 170+183+184=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAB7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7B8 is #554847. Grayscale: #B3B3B3. Windows color (decimal): -5589064 or 12105642. OLE color: 12105642.
HSL color Cylindrical-coordinate representation of color #AAB7B8: hue angle of 184.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB7B8 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 183 | 184 | - |
CMYK | 0.08 | 0.01 | 0 | 0.28 |
HSL | 184.29º | 0.09% | 0.69% | - |
HSV(B) | 184.29º | 0.08% | 0.72% | - |
XYZ | 42.16 | 45.87 | 51.98 | - |
YUV | 179.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 183 | 184 | 0.08 | 0.01 | 0 | 0.28 | 184.29 | 0.09 | 0.69 |
Hex | AA | B7 | B8 | 8 | 1 | 0 | 1C | B8 | 9 | 45 |
Octal | 252 | 267 | 270 | 10 | 1 | 0 | 34 | 270 | 11 | 105 |
Binary | 10101010 | 10110111 | 10111000 | 1000 | 1 | 0 | 11100 | 10111000 | 1001 | 1000101 |
Color Harmonies of #AAB7B8
Complementary color
Monochromatic Colors of #AAB7B8
Black with #AAB7B8
Text Example
Text Example
White with #AAB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7B8; }
p { color: rgb(170,183,184); }
H1.HeaderClassName
{
color: #AAB7B8;
}
.AnyTagClassName
{
color: #AAB7B8;
}
</style>
background-color css
<style>
a { background-color: #AAB7B8; }
a { background-color: rgb(170,183,184); }
div.DivClassName
{
background-color: #AAB7B8;
}
.BgClassName
{
background-color: #AAB7B8;
}
</style>
border-color css
<style>
span { border-color: #AAB7B8; }
span { border-color: rgb(170,183,184); }
td.TdClassName
{
border-color: #AAB7B8;
}
.TagClassName
{
border-color: #AAB7B8;
}
</style>