Shades of Chatelle #AFABB2
Tints of Chatelle #AFABB2
RGB
CMYK
RGB Variations
Color information
#AFABB2 (or 0xAFABB2) is known color: Chatelle. HEX triplet: AF, AB and B2. RGB value is (175,171,178). Sum of RGB (Red+Green+Blue) = 175+171+178=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABB2 is #50544D. Grayscale: #ACACAC. Windows color (decimal): -5264462 or 11709359. OLE color: 11709359.
HSL color Cylindrical-coordinate representation of color #AFABB2: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFABB2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 171 | 178 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.30 |
| HSL | 274.29º | 0.04% | 0.68% | - |
| HSV(B) | 274.29º | 0.04% | 0.7% | - |
| XYZ | 40.28 | 41.45 | 48 | - |
| YUV | 172.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 178 | 0.02 | 0.04 | 0 | 0.30 | 274.29 | 0.04 | 0.68 |
| Hex | AF | AB | B2 | 2 | 4 | 0 | 1E | 112 | 4 | 44 |
| Octal | 257 | 253 | 262 | 2 | 4 | 0 | 36 | 422 | 4 | 104 |
| Binary | 10101111 | 10101011 | 10110010 | 10 | 100 | 0 | 11110 | 100010010 | 100 | 1000100 |
Color Harmonies of #AFABB2
Complementary color
Monochromatic Colors of #AFABB2
Black with #AFABB2
Text Example
Text Example
White with #AFABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABB2; }
p { color: rgb(175,171,178); }
H1.HeaderClassName
{
color: #AFABB2;
}
.AnyTagClassName
{
color: #AFABB2;
}
</style>
background-color css
<style>
a { background-color: #AFABB2; }
a { background-color: rgb(175,171,178); }
div.DivClassName
{
background-color: #AFABB2;
}
.BgClassName
{
background-color: #AFABB2;
}
</style>
border-color css
<style>
span { border-color: #AFABB2; }
span { border-color: rgb(175,171,178); }
td.TdClassName
{
border-color: #AFABB2;
}
.TagClassName
{
border-color: #AFABB2;
}
</style>