Shades of Chatelle #AAA3B2
Tints of Chatelle #AAA3B2
RGB
CMYK
RGB Variations
Color information
#AAA3B2 (or 0xAAA3B2) is known color: Chatelle. HEX triplet: AA, A3 and B2. RGB value is (170,163,178). Sum of RGB (Red+Green+Blue) = 170+163+178=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 178 - color contains mainly: blue. Hex color #AAA3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3B2 is #555C4D. Grayscale: #A6A6A6. Windows color (decimal): -5594190 or 11707306. OLE color: 11707306.
HSL color Cylindrical-coordinate representation of color #AAA3B2: hue angle of 268º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA3B2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 163 | 178 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.30 |
| HSL | 268º | 0.09% | 0.67% | - |
| HSV(B) | 268º | 0.08% | 0.7% | - |
| XYZ | 37.71 | 37.95 | 47.46 | - |
| YUV | 166.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 178 | 0.04 | 0.08 | 0 | 0.30 | 268 | 0.09 | 0.67 |
| Hex | AA | A3 | B2 | 4 | 8 | 0 | 1E | 10C | 9 | 43 |
| Octal | 252 | 243 | 262 | 4 | 10 | 0 | 36 | 414 | 11 | 103 |
| Binary | 10101010 | 10100011 | 10110010 | 100 | 1000 | 0 | 11110 | 100001100 | 1001 | 1000011 |
Color Harmonies of #AAA3B2
Complementary color
Monochromatic Colors of #AAA3B2
Black with #AAA3B2
Text Example
Text Example
White with #AAA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3B2; }
p { color: rgb(170,163,178); }
H1.HeaderClassName
{
color: #AAA3B2;
}
.AnyTagClassName
{
color: #AAA3B2;
}
</style>
background-color css
<style>
a { background-color: #AAA3B2; }
a { background-color: rgb(170,163,178); }
div.DivClassName
{
background-color: #AAA3B2;
}
.BgClassName
{
background-color: #AAA3B2;
}
</style>
border-color css
<style>
span { border-color: #AAA3B2; }
span { border-color: rgb(170,163,178); }
td.TdClassName
{
border-color: #AAA3B2;
}
.TagClassName
{
border-color: #AAA3B2;
}
</style>