Shades of Chatelle #AFAAB0
Tints of Chatelle #AFAAB0
RGB
CMYK
RGB Variations
Color information
#AFAAB0 (or 0xAFAAB0) is known color: Chatelle. HEX triplet: AF, AA and B0. RGB value is (175,170,176). Sum of RGB (Red+Green+Blue) = 175+170+176=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAB0 is #50554F. Grayscale: #ACACAC. Windows color (decimal): -5264720 or 11578031. OLE color: 11578031.
HSL color Cylindrical-coordinate representation of color #AFAAB0: hue angle of 290º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAB0 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 176 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.31 |
| HSL | 290º | 0.04% | 0.68% | - |
| HSV(B) | 290º | 0.03% | 0.69% | - |
| XYZ | 39.89 | 41 | 46.89 | - |
| YUV | 172.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 176 | 0.01 | 0.03 | 0 | 0.31 | 290 | 0.04 | 0.68 |
| Hex | AF | AA | B0 | 1 | 3 | 0 | 1F | 122 | 4 | 44 |
| Octal | 257 | 252 | 260 | 1 | 3 | 0 | 37 | 442 | 4 | 104 |
| Binary | 10101111 | 10101010 | 10110000 | 1 | 11 | 0 | 11111 | 100100010 | 100 | 1000100 |
Color Harmonies of #AFAAB0
Complementary color
Monochromatic Colors of #AFAAB0
Black with #AFAAB0
Text Example
Text Example
White with #AFAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAB0; }
p { color: rgb(175,170,176); }
H1.HeaderClassName
{
color: #AFAAB0;
}
.AnyTagClassName
{
color: #AFAAB0;
}
</style>
background-color css
<style>
a { background-color: #AFAAB0; }
a { background-color: rgb(175,170,176); }
div.DivClassName
{
background-color: #AFAAB0;
}
.BgClassName
{
background-color: #AFAAB0;
}
</style>
border-color css
<style>
span { border-color: #AFAAB0; }
span { border-color: rgb(175,170,176); }
td.TdClassName
{
border-color: #AFAAB0;
}
.TagClassName
{
border-color: #AFAAB0;
}
</style>