Shades of Chatelle #AAA0B1
Tints of Chatelle #AAA0B1
RGB
CMYK
RGB Variations
Color information
#AAA0B1 (or 0xAAA0B1) is known color: Chatelle. HEX triplet: AA, A0 and B1. RGB value is (170,160,177). Sum of RGB (Red+Green+Blue) = 170+160+177=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0B1 is #555F4E. Grayscale: #A4A4A4. Windows color (decimal): -5594959 or 11641002. OLE color: 11641002.
HSL color Cylindrical-coordinate representation of color #AAA0B1: hue angle of 275.29º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA0B1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 160 | 177 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.31 |
| HSL | 275.29º | 0.1% | 0.66% | - |
| HSV(B) | 275.29º | 0.1% | 0.69% | - |
| XYZ | 37.08 | 36.86 | 46.76 | - |
| YUV | 164.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 177 | 0.04 | 0.10 | 0 | 0.31 | 275.29 | 0.1 | 0.66 |
| Hex | AA | A0 | B1 | 4 | A | 0 | 1F | 113 | A | 42 |
| Octal | 252 | 240 | 261 | 4 | 12 | 0 | 37 | 423 | 12 | 102 |
| Binary | 10101010 | 10100000 | 10110001 | 100 | 1010 | 0 | 11111 | 100010011 | 1010 | 1000010 |
Color Harmonies of #AAA0B1
Complementary color
Monochromatic Colors of #AAA0B1
Black with #AAA0B1
Text Example
Text Example
White with #AAA0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0B1; }
p { color: rgb(170,160,177); }
H1.HeaderClassName
{
color: #AAA0B1;
}
.AnyTagClassName
{
color: #AAA0B1;
}
</style>
background-color css
<style>
a { background-color: #AAA0B1; }
a { background-color: rgb(170,160,177); }
div.DivClassName
{
background-color: #AAA0B1;
}
.BgClassName
{
background-color: #AAA0B1;
}
</style>
border-color css
<style>
span { border-color: #AAA0B1; }
span { border-color: rgb(170,160,177); }
td.TdClassName
{
border-color: #AAA0B1;
}
.TagClassName
{
border-color: #AAA0B1;
}
</style>