Shades of Chatelle #AAA5AD
Tints of Chatelle #AAA5AD
RGB
CMYK
RGB Variations
Color information
#AAA5AD (or 0xAAA5AD) is known color: Chatelle. HEX triplet: AA, A5 and AD. RGB value is (170,165,173). Sum of RGB (Red+Green+Blue) = 170+165+173=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5AD is #555A52. Grayscale: #A7A7A7. Windows color (decimal): -5593683 or 11380138. OLE color: 11380138.
HSL color Cylindrical-coordinate representation of color #AAA5AD: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA5AD is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 165 | 173 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.32 |
| HSL | 277.5º | 0.05% | 0.66% | - |
| HSV(B) | 277.5º | 0.05% | 0.68% | - |
| XYZ | 37.58 | 38.47 | 44.98 | - |
| YUV | 167.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 173 | 0.02 | 0.05 | 0 | 0.32 | 277.5 | 0.05 | 0.66 |
| Hex | AA | A5 | AD | 2 | 5 | 0 | 20 | 116 | 5 | 42 |
| Octal | 252 | 245 | 255 | 2 | 5 | 0 | 40 | 426 | 5 | 102 |
| Binary | 10101010 | 10100101 | 10101101 | 10 | 101 | 0 | 100000 | 100010110 | 101 | 1000010 |
Color Harmonies of #AAA5AD
Complementary color
Monochromatic Colors of #AAA5AD
Black with #AAA5AD
Text Example
Text Example
White with #AAA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5AD; }
p { color: rgb(170,165,173); }
H1.HeaderClassName
{
color: #AAA5AD;
}
.AnyTagClassName
{
color: #AAA5AD;
}
</style>
background-color css
<style>
a { background-color: #AAA5AD; }
a { background-color: rgb(170,165,173); }
div.DivClassName
{
background-color: #AAA5AD;
}
.BgClassName
{
background-color: #AAA5AD;
}
</style>
border-color css
<style>
span { border-color: #AAA5AD; }
span { border-color: rgb(170,165,173); }
td.TdClassName
{
border-color: #AAA5AD;
}
.TagClassName
{
border-color: #AAA5AD;
}
</style>