Shades of Chatelle #AAA4AD
Tints of Chatelle #AAA4AD
RGB
CMYK
RGB Variations
Color information
#AAA4AD (or 0xAAA4AD) is known color: Chatelle. HEX triplet: AA, A4 and AD. RGB value is (170,164,173). Sum of RGB (Red+Green+Blue) = 170+164+173=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 173 - color contains mainly: blue. Hex color #AAA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA4AD is #555B52. Grayscale: #A6A6A6. Windows color (decimal): -5593939 or 11379882. OLE color: 11379882.
HSL color Cylindrical-coordinate representation of color #AAA4AD: hue angle of 280º 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 #AAA4AD is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 164 | 173 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.32 |
| HSL | 280º | 0.05% | 0.66% | - |
| HSV(B) | 280º | 0.05% | 0.68% | - |
| XYZ | 37.4 | 38.11 | 44.92 | - |
| YUV | 166.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 173 | 0.02 | 0.05 | 0 | 0.32 | 280 | 0.05 | 0.66 |
| Hex | AA | A4 | AD | 2 | 5 | 0 | 20 | 118 | 5 | 42 |
| Octal | 252 | 244 | 255 | 2 | 5 | 0 | 40 | 430 | 5 | 102 |
| Binary | 10101010 | 10100100 | 10101101 | 10 | 101 | 0 | 100000 | 100011000 | 101 | 1000010 |
Color Harmonies of #AAA4AD
Complementary color
Monochromatic Colors of #AAA4AD
Black with #AAA4AD
Text Example
Text Example
White with #AAA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4AD; }
p { color: rgb(170,164,173); }
H1.HeaderClassName
{
color: #AAA4AD;
}
.AnyTagClassName
{
color: #AAA4AD;
}
</style>
background-color css
<style>
a { background-color: #AAA4AD; }
a { background-color: rgb(170,164,173); }
div.DivClassName
{
background-color: #AAA4AD;
}
.BgClassName
{
background-color: #AAA4AD;
}
</style>
border-color css
<style>
span { border-color: #AAA4AD; }
span { border-color: rgb(170,164,173); }
td.TdClassName
{
border-color: #AAA4AD;
}
.TagClassName
{
border-color: #AAA4AD;
}
</style>