Shades of Chatelle #AAA5AC
Tints of Chatelle #AAA5AC
RGB
CMYK
RGB Variations
Color information
#AAA5AC (or 0xAAA5AC) is known color: Chatelle. HEX triplet: AA, A5 and AC. RGB value is (170,165,172). Sum of RGB (Red+Green+Blue) = 170+165+172=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5AC is #555A53. Grayscale: #A7A7A7. Windows color (decimal): -5593684 or 11314602. OLE color: 11314602.
HSL color Cylindrical-coordinate representation of color #AAA5AC: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA5AC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 172 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.33 |
| HSL | 282.86º | 0.04% | 0.66% | - |
| HSV(B) | 282.86º | 0.04% | 0.67% | - |
| XYZ | 37.48 | 38.43 | 44.47 | - |
| YUV | 167.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 172 | 0.01 | 0.04 | 0 | 0.33 | 282.86 | 0.04 | 0.66 |
| Hex | AA | A5 | AC | 1 | 4 | 0 | 21 | 11B | 4 | 42 |
| Octal | 252 | 245 | 254 | 1 | 4 | 0 | 41 | 433 | 4 | 102 |
| Binary | 10101010 | 10100101 | 10101100 | 1 | 100 | 0 | 100001 | 100011011 | 100 | 1000010 |
Color Harmonies of #AAA5AC
Complementary color
Monochromatic Colors of #AAA5AC
Black with #AAA5AC
Text Example
Text Example
White with #AAA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5AC; }
p { color: rgb(170,165,172); }
H1.HeaderClassName
{
color: #AAA5AC;
}
.AnyTagClassName
{
color: #AAA5AC;
}
</style>
background-color css
<style>
a { background-color: #AAA5AC; }
a { background-color: rgb(170,165,172); }
div.DivClassName
{
background-color: #AAA5AC;
}
.BgClassName
{
background-color: #AAA5AC;
}
</style>
border-color css
<style>
span { border-color: #AAA5AC; }
span { border-color: rgb(170,165,172); }
td.TdClassName
{
border-color: #AAA5AC;
}
.TagClassName
{
border-color: #AAA5AC;
}
</style>