Shades of Chatelle #AAA0B3
Tints of Chatelle #AAA0B3
RGB
CMYK
RGB Variations
Color information
#AAA0B3 (or 0xAAA0B3) is known color: Chatelle. HEX triplet: AA, A0 and B3. RGB value is (170,160,179). Sum of RGB (Red+Green+Blue) = 170+160+179=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0B3 is #555F4C. Grayscale: #A5A5A5. Windows color (decimal): -5594957 or 11772074. OLE color: 11772074.
HSL color Cylindrical-coordinate representation of color #AAA0B3: hue angle of 271.58º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA0B3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 160 | 179 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.30 |
| HSL | 271.58º | 0.11% | 0.66% | - |
| HSV(B) | 271.58º | 0.11% | 0.7% | - |
| XYZ | 37.29 | 36.94 | 47.81 | - |
| YUV | 165.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 179 | 0.05 | 0.11 | 0 | 0.30 | 271.58 | 0.11 | 0.66 |
| Hex | AA | A0 | B3 | 5 | B | 0 | 1E | 110 | B | 42 |
| Octal | 252 | 240 | 263 | 5 | 13 | 0 | 36 | 420 | 13 | 102 |
| Binary | 10101010 | 10100000 | 10110011 | 101 | 1011 | 0 | 11110 | 100010000 | 1011 | 1000010 |
Color Harmonies of #AAA0B3
Complementary color
Monochromatic Colors of #AAA0B3
Black with #AAA0B3
Text Example
Text Example
White with #AAA0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0B3; }
p { color: rgb(170,160,179); }
H1.HeaderClassName
{
color: #AAA0B3;
}
.AnyTagClassName
{
color: #AAA0B3;
}
</style>
background-color css
<style>
a { background-color: #AAA0B3; }
a { background-color: rgb(170,160,179); }
div.DivClassName
{
background-color: #AAA0B3;
}
.BgClassName
{
background-color: #AAA0B3;
}
</style>
border-color css
<style>
span { border-color: #AAA0B3; }
span { border-color: rgb(170,160,179); }
td.TdClassName
{
border-color: #AAA0B3;
}
.TagClassName
{
border-color: #AAA0B3;
}
</style>