Shades of Casper #AAB5B6
Tints of Casper #AAB5B6
RGB
CMYK
RGB Variations
Color information
#AAB5B6 (or 0xAAB5B6) is known color: Casper. HEX triplet: AA, B5 and B6. RGB value is (170,181,182). Sum of RGB (Red+Green+Blue) = 170+181+182=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAB5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5B6 is #554A49. Grayscale: #B1B1B1. Windows color (decimal): -5589578 or 11974058. OLE color: 11974058.
HSL color Cylindrical-coordinate representation of color #AAB5B6: hue angle of 185º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB5B6 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 181 | 182 | - |
CMYK | 0.07 | 0.01 | 0 | 0.29 |
HSL | 185º | 0.08% | 0.69% | - |
HSV(B) | 185º | 0.07% | 0.71% | - |
XYZ | 41.54 | 44.97 | 50.75 | - |
YUV | 177.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 182 | 0.07 | 0.01 | 0 | 0.29 | 185 | 0.08 | 0.69 |
Hex | AA | B5 | B6 | 7 | 1 | 0 | 1D | B9 | 8 | 45 |
Octal | 252 | 265 | 266 | 7 | 1 | 0 | 35 | 271 | 10 | 105 |
Binary | 10101010 | 10110101 | 10110110 | 111 | 1 | 0 | 11101 | 10111001 | 1000 | 1000101 |
Color Harmonies of #AAB5B6
Complementary color
Monochromatic Colors of #AAB5B6
Black with #AAB5B6
Text Example
Text Example
White with #AAB5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5B6; }
p { color: rgb(170,181,182); }
H1.HeaderClassName
{
color: #AAB5B6;
}
.AnyTagClassName
{
color: #AAB5B6;
}
</style>
background-color css
<style>
a { background-color: #AAB5B6; }
a { background-color: rgb(170,181,182); }
div.DivClassName
{
background-color: #AAB5B6;
}
.BgClassName
{
background-color: #AAB5B6;
}
</style>
border-color css
<style>
span { border-color: #AAB5B6; }
span { border-color: rgb(170,181,182); }
td.TdClassName
{
border-color: #AAB5B6;
}
.TagClassName
{
border-color: #AAB5B6;
}
</style>