Shades of Spun Pearl #AFAFB7
Tints of Spun Pearl #AFAFB7
RGB
CMYK
RGB Variations
Color information
#AFAFB7 (or 0xAFAFB7) is known color: Spun Pearl. HEX triplet: AF, AF and B7. RGB value is (175,175,183). Sum of RGB (Red+Green+Blue) = 175+175+183=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFAFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFB7 is #505048. Grayscale: #AFAFAF. Windows color (decimal): -5263433 or 12038063. OLE color: 12038063.
HSL color Cylindrical-coordinate representation of color #AFAFB7: hue angle of 240º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAFB7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 175 | 175 | 183 | - |
CMYK | 0.04 | 0.04 | 0 | 0.28 |
HSL | 240º | 0.05% | 0.7% | - |
HSV(B) | 240º | 0.04% | 0.72% | - |
XYZ | 41.56 | 43.19 | 50.95 | - |
YUV | 175.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 183 | 0.04 | 0.04 | 0 | 0.28 | 240 | 0.05 | 0.7 |
Hex | AF | AF | B7 | 4 | 4 | 0 | 1C | F0 | 5 | 46 |
Octal | 257 | 257 | 267 | 4 | 4 | 0 | 34 | 360 | 5 | 106 |
Binary | 10101111 | 10101111 | 10110111 | 100 | 100 | 0 | 11100 | 11110000 | 101 | 1000110 |
Color Harmonies of #AFAFB7
Complementary color
Monochromatic Colors of #AFAFB7
Black with #AFAFB7
Text Example
Text Example
White with #AFAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFB7; }
p { color: rgb(175,175,183); }
H1.HeaderClassName
{
color: #AFAFB7;
}
.AnyTagClassName
{
color: #AFAFB7;
}
</style>
background-color css
<style>
a { background-color: #AFAFB7; }
a { background-color: rgb(175,175,183); }
div.DivClassName
{
background-color: #AFAFB7;
}
.BgClassName
{
background-color: #AFAFB7;
}
</style>
border-color css
<style>
span { border-color: #AFAFB7; }
span { border-color: rgb(175,175,183); }
td.TdClassName
{
border-color: #AFAFB7;
}
.TagClassName
{
border-color: #AFAFB7;
}
</style>