Shades of French Grey #AFAAB7
Tints of French Grey #AFAAB7
RGB
CMYK
RGB Variations
Color information
#AFAAB7 (or 0xAFAAB7) is known color: French Grey. HEX triplet: AF, AA and B7. RGB value is (175,170,183). Sum of RGB (Red+Green+Blue) = 175+170+183=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB7 is #505548. Grayscale: #ACACAC. Windows color (decimal): -5264713 or 12036783. OLE color: 12036783.
HSL color Cylindrical-coordinate representation of color #AFAAB7: hue angle of 263.08º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFAAB7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 175 | 170 | 183 | - |
CMYK | 0.04 | 0.07 | 0 | 0.28 |
HSL | 263.08º | 0.08% | 0.69% | - |
HSV(B) | 263.08º | 0.07% | 0.72% | - |
XYZ | 40.6 | 41.28 | 50.63 | - |
YUV | 172.98 | 133.66 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 170 | 183 | 0.04 | 0.07 | 0 | 0.28 | 263.08 | 0.08 | 0.69 |
Hex | AF | AA | B7 | 4 | 7 | 0 | 1C | 107 | 8 | 45 |
Octal | 257 | 252 | 267 | 4 | 7 | 0 | 34 | 407 | 10 | 105 |
Binary | 10101111 | 10101010 | 10110111 | 100 | 111 | 0 | 11100 | 100000111 | 1000 | 1000101 |
Color Harmonies of #AFAAB7
Complementary color
Monochromatic Colors of #AFAAB7
Black with #AFAAB7
Text Example
Text Example
White with #AFAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAB7; }
p { color: rgb(175,170,183); }
H1.HeaderClassName
{
color: #AFAAB7;
}
.AnyTagClassName
{
color: #AFAAB7;
}
</style>
background-color css
<style>
a { background-color: #AFAAB7; }
a { background-color: rgb(175,170,183); }
div.DivClassName
{
background-color: #AFAAB7;
}
.BgClassName
{
background-color: #AFAAB7;
}
</style>
border-color css
<style>
span { border-color: #AFAAB7; }
span { border-color: rgb(175,170,183); }
td.TdClassName
{
border-color: #AFAAB7;
}
.TagClassName
{
border-color: #AFAAB7;
}
</style>