Shades of Chatelle #AAA7AC
Tints of Chatelle #AAA7AC
RGB
CMYK
RGB Variations
Color information
#AAA7AC (or 0xAAA7AC) is known color: Chatelle. HEX triplet: AA, A7 and AC. RGB value is (170,167,172). Sum of RGB (Red+Green+Blue) = 170+167+172=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7AC is #555853. Grayscale: #A8A8A8. Windows color (decimal): -5593172 or 11315114. OLE color: 11315114.
HSL color Cylindrical-coordinate representation of color #AAA7AC: hue angle of 276º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAA7AC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 167 | 172 | - |
CMYK | 0.01 | 0.03 | 0 | 0.33 |
HSL | 276º | 0.03% | 0.66% | - |
HSV(B) | 276º | 0.03% | 0.67% | - |
XYZ | 37.84 | 39.16 | 44.59 | - |
YUV | 168.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 167 | 172 | 0.01 | 0.03 | 0 | 0.33 | 276 | 0.03 | 0.66 |
Hex | AA | A7 | AC | 1 | 3 | 0 | 21 | 114 | 3 | 42 |
Octal | 252 | 247 | 254 | 1 | 3 | 0 | 41 | 424 | 3 | 102 |
Binary | 10101010 | 10100111 | 10101100 | 1 | 11 | 0 | 100001 | 100010100 | 11 | 1000010 |
Color Harmonies of #AAA7AC
Complementary color
Monochromatic Colors of #AAA7AC
Black with #AAA7AC
Text Example
Text Example
White with #AAA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7AC; }
p { color: rgb(170,167,172); }
H1.HeaderClassName
{
color: #AAA7AC;
}
.AnyTagClassName
{
color: #AAA7AC;
}
</style>
background-color css
<style>
a { background-color: #AAA7AC; }
a { background-color: rgb(170,167,172); }
div.DivClassName
{
background-color: #AAA7AC;
}
.BgClassName
{
background-color: #AAA7AC;
}
</style>
border-color css
<style>
span { border-color: #AAA7AC; }
span { border-color: rgb(170,167,172); }
td.TdClassName
{
border-color: #AAA7AC;
}
.TagClassName
{
border-color: #AAA7AC;
}
</style>