Shades of Chatelle #AAA3AB
Tints of Chatelle #AAA3AB
RGB
CMYK
RGB Variations
Color information
#AAA3AB (or 0xAAA3AB) is known color: Chatelle. HEX triplet: AA, A3 and AB. RGB value is (170,163,171). Sum of RGB (Red+Green+Blue) = 170+163+171=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3AB is #555C54. Grayscale: #A5A5A5. Windows color (decimal): -5594197 or 11248554. OLE color: 11248554.
HSL color Cylindrical-coordinate representation of color #AAA3AB: hue angle of 292.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA3AB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 171 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.33 |
| HSL | 292.5º | 0.05% | 0.65% | - |
| HSV(B) | 292.5º | 0.05% | 0.67% | - |
| XYZ | 37.03 | 37.68 | 43.85 | - |
| YUV | 166.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 171 | 0.01 | 0.05 | 0 | 0.33 | 292.5 | 0.05 | 0.65 |
| Hex | AA | A3 | AB | 1 | 5 | 0 | 21 | 124 | 5 | 41 |
| Octal | 252 | 243 | 253 | 1 | 5 | 0 | 41 | 444 | 5 | 101 |
| Binary | 10101010 | 10100011 | 10101011 | 1 | 101 | 0 | 100001 | 100100100 | 101 | 1000001 |
Color Harmonies of #AAA3AB
Complementary color
Monochromatic Colors of #AAA3AB
Black with #AAA3AB
Text Example
Text Example
White with #AAA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3AB; }
p { color: rgb(170,163,171); }
H1.HeaderClassName
{
color: #AAA3AB;
}
.AnyTagClassName
{
color: #AAA3AB;
}
</style>
background-color css
<style>
a { background-color: #AAA3AB; }
a { background-color: rgb(170,163,171); }
div.DivClassName
{
background-color: #AAA3AB;
}
.BgClassName
{
background-color: #AAA3AB;
}
</style>
border-color css
<style>
span { border-color: #AAA3AB; }
span { border-color: rgb(170,163,171); }
td.TdClassName
{
border-color: #AAA3AB;
}
.TagClassName
{
border-color: #AAA3AB;
}
</style>