Shades of Casper #AAB1B4
Tints of Casper #AAB1B4
RGB
CMYK
RGB Variations
Color information
#AAB1B4 (or 0xAAB1B4) is known color: Casper. HEX triplet: AA, B1 and B4. RGB value is (170,177,180). Sum of RGB (Red+Green+Blue) = 170+177+180=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAB1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1B4 is #554E4B. Grayscale: #AFAFAF. Windows color (decimal): -5590604 or 11841962. OLE color: 11841962.
HSL color Cylindrical-coordinate representation of color #AAB1B4: hue angle of 198º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB1B4 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 177 | 180 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.29 |
| HSL | 198º | 0.06% | 0.69% | - |
| HSV(B) | 198º | 0.06% | 0.71% | - |
| XYZ | 40.54 | 43.29 | 49.4 | - |
| YUV | 175.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 180 | 0.06 | 0.02 | 0 | 0.29 | 198 | 0.06 | 0.69 |
| Hex | AA | B1 | B4 | 6 | 2 | 0 | 1D | C6 | 6 | 45 |
| Octal | 252 | 261 | 264 | 6 | 2 | 0 | 35 | 306 | 6 | 105 |
| Binary | 10101010 | 10110001 | 10110100 | 110 | 10 | 0 | 11101 | 11000110 | 110 | 1000101 |
Color Harmonies of #AAB1B4
Complementary color
Monochromatic Colors of #AAB1B4
Black with #AAB1B4
Text Example
Text Example
White with #AAB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1B4; }
p { color: rgb(170,177,180); }
H1.HeaderClassName
{
color: #AAB1B4;
}
.AnyTagClassName
{
color: #AAB1B4;
}
</style>
background-color css
<style>
a { background-color: #AAB1B4; }
a { background-color: rgb(170,177,180); }
div.DivClassName
{
background-color: #AAB1B4;
}
.BgClassName
{
background-color: #AAB1B4;
}
</style>
border-color css
<style>
span { border-color: #AAB1B4; }
span { border-color: rgb(170,177,180); }
td.TdClassName
{
border-color: #AAB1B4;
}
.TagClassName
{
border-color: #AAB1B4;
}
</style>