Shades of Chatelle #AAA1B3
Tints of Chatelle #AAA1B3
RGB
CMYK
RGB Variations
Color information
#AAA1B3 (or 0xAAA1B3) is known color: Chatelle. HEX triplet: AA, A1 and B3. RGB value is (170,161,179). Sum of RGB (Red+Green+Blue) = 170+161+179=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1B3 is #555E4C. Grayscale: #A5A5A5. Windows color (decimal): -5594701 or 11772330. OLE color: 11772330.
HSL color Cylindrical-coordinate representation of color #AAA1B3: hue angle of 270º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA1B3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 161 | 179 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.30 |
| HSL | 270º | 0.11% | 0.67% | - |
| HSV(B) | 270º | 0.1% | 0.7% | - |
| XYZ | 37.46 | 37.29 | 47.87 | - |
| YUV | 165.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 179 | 0.05 | 0.10 | 0 | 0.30 | 270 | 0.11 | 0.67 |
| Hex | AA | A1 | B3 | 5 | A | 0 | 1E | 10E | B | 43 |
| Octal | 252 | 241 | 263 | 5 | 12 | 0 | 36 | 416 | 13 | 103 |
| Binary | 10101010 | 10100001 | 10110011 | 101 | 1010 | 0 | 11110 | 100001110 | 1011 | 1000011 |
Color Harmonies of #AAA1B3
Complementary color
Monochromatic Colors of #AAA1B3
Black with #AAA1B3
Text Example
Text Example
White with #AAA1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1B3; }
p { color: rgb(170,161,179); }
H1.HeaderClassName
{
color: #AAA1B3;
}
.AnyTagClassName
{
color: #AAA1B3;
}
</style>
background-color css
<style>
a { background-color: #AAA1B3; }
a { background-color: rgb(170,161,179); }
div.DivClassName
{
background-color: #AAA1B3;
}
.BgClassName
{
background-color: #AAA1B3;
}
</style>
border-color css
<style>
span { border-color: #AAA1B3; }
span { border-color: rgb(170,161,179); }
td.TdClassName
{
border-color: #AAA1B3;
}
.TagClassName
{
border-color: #AAA1B3;
}
</style>