Shades of Casper #AAB7B7
Tints of Casper #AAB7B7
RGB
CMYK
RGB Variations
Color information
#AAB7B7 (or 0xAAB7B7) is known color: Casper. HEX triplet: AA, B7 and B7. RGB value is (170,183,183). Sum of RGB (Red+Green+Blue) = 170+183+183=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 183 - color contains mainly: green, blue. Hex color #AAB7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7B7 is #554848. Grayscale: #B3B3B3. Windows color (decimal): -5589065 or 12040106. OLE color: 12040106.
HSL color Cylindrical-coordinate representation of color #AAB7B7: hue angle of 180º 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 #AAB7B7 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 183 | 183 | - |
CMYK | 0.07 | 0 | 0 | 0.28 |
HSL | 180º | 0.08% | 0.69% | - |
HSV(B) | 180º | 0.07% | 0.72% | - |
XYZ | 42.06 | 45.83 | 51.43 | - |
YUV | 179.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 183 | 183 | 0.07 | 0 | 0 | 0.28 | 180 | 0.08 | 0.69 |
Hex | AA | B7 | B7 | 7 | 0 | 0 | 1C | B4 | 8 | 45 |
Octal | 252 | 267 | 267 | 7 | 0 | 0 | 34 | 264 | 10 | 105 |
Binary | 10101010 | 10110111 | 10110111 | 111 | 0 | 0 | 11100 | 10110100 | 1000 | 1000101 |
Color Harmonies of #AAB7B7
Complementary color
Monochromatic Colors of #AAB7B7
Black with #AAB7B7
Text Example
Text Example
White with #AAB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7B7; }
p { color: rgb(170,183,183); }
H1.HeaderClassName
{
color: #AAB7B7;
}
.AnyTagClassName
{
color: #AAB7B7;
}
</style>
background-color css
<style>
a { background-color: #AAB7B7; }
a { background-color: rgb(170,183,183); }
div.DivClassName
{
background-color: #AAB7B7;
}
.BgClassName
{
background-color: #AAB7B7;
}
</style>
border-color css
<style>
span { border-color: #AAB7B7; }
span { border-color: rgb(170,183,183); }
td.TdClassName
{
border-color: #AAB7B7;
}
.TagClassName
{
border-color: #AAB7B7;
}
</style>