Shades of Chatelle #AFAAB5
Tints of Chatelle #AFAAB5
RGB
CMYK
RGB Variations
Color information
#AFAAB5 (or 0xAFAAB5) is known color: Chatelle. HEX triplet: AF, AA and B5. RGB value is (175,170,181). Sum of RGB (Red+Green+Blue) = 175+170+181=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB5 is #50554A. Grayscale: #ACACAC. Windows color (decimal): -5264715 or 11905711. OLE color: 11905711.
HSL color Cylindrical-coordinate representation of color #AFAAB5: hue angle of 267.27º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFAAB5 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 170 | 181 | - |
CMYK | 0.03 | 0.06 | 0 | 0.29 |
HSL | 267.27º | 0.07% | 0.69% | - |
HSV(B) | 267.27º | 0.06% | 0.71% | - |
XYZ | 40.39 | 41.2 | 49.54 | - |
YUV | 172.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 170 | 181 | 0.03 | 0.06 | 0 | 0.29 | 267.27 | 0.07 | 0.69 |
Hex | AF | AA | B5 | 3 | 6 | 0 | 1D | 10B | 7 | 45 |
Octal | 257 | 252 | 265 | 3 | 6 | 0 | 35 | 413 | 7 | 105 |
Binary | 10101111 | 10101010 | 10110101 | 11 | 110 | 0 | 11101 | 100001011 | 111 | 1000101 |
Color Harmonies of #AFAAB5
Complementary color
Monochromatic Colors of #AFAAB5
Black with #AFAAB5
Text Example
Text Example
White with #AFAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAB5; }
p { color: rgb(175,170,181); }
H1.HeaderClassName
{
color: #AFAAB5;
}
.AnyTagClassName
{
color: #AFAAB5;
}
</style>
background-color css
<style>
a { background-color: #AFAAB5; }
a { background-color: rgb(175,170,181); }
div.DivClassName
{
background-color: #AFAAB5;
}
.BgClassName
{
background-color: #AFAAB5;
}
</style>
border-color css
<style>
span { border-color: #AFAAB5; }
span { border-color: rgb(175,170,181); }
td.TdClassName
{
border-color: #AFAAB5;
}
.TagClassName
{
border-color: #AFAAB5;
}
</style>