Shades of Spun Pearl #AFAFB6
Tints of Spun Pearl #AFAFB6
RGB
CMYK
RGB Variations
Color information
#AFAFB6 (or 0xAFAFB6) is known color: Spun Pearl. HEX triplet: AF, AF and B6. RGB value is (175,175,182). Sum of RGB (Red+Green+Blue) = 175+175+182=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFB6 is #505049. Grayscale: #AFAFAF. Windows color (decimal): -5263434 or 11972527. OLE color: 11972527.
HSL color Cylindrical-coordinate representation of color #AFAFB6: hue angle of 240º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAFB6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 175 | 182 | - |
CMYK | 0.04 | 0.04 | 0 | 0.29 |
HSL | 240º | 0.05% | 0.7% | - |
HSV(B) | 240º | 0.04% | 0.71% | - |
XYZ | 41.45 | 43.15 | 50.4 | - |
YUV | 175.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 182 | 0.04 | 0.04 | 0 | 0.29 | 240 | 0.05 | 0.7 |
Hex | AF | AF | B6 | 4 | 4 | 0 | 1D | F0 | 5 | 46 |
Octal | 257 | 257 | 266 | 4 | 4 | 0 | 35 | 360 | 5 | 106 |
Binary | 10101111 | 10101111 | 10110110 | 100 | 100 | 0 | 11101 | 11110000 | 101 | 1000110 |
Color Harmonies of #AFAFB6
Complementary color
Monochromatic Colors of #AFAFB6
Black with #AFAFB6
Text Example
Text Example
White with #AFAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFB6; }
p { color: rgb(175,175,182); }
H1.HeaderClassName
{
color: #AFAFB6;
}
.AnyTagClassName
{
color: #AFAFB6;
}
</style>
background-color css
<style>
a { background-color: #AFAFB6; }
a { background-color: rgb(175,175,182); }
div.DivClassName
{
background-color: #AFAFB6;
}
.BgClassName
{
background-color: #AFAFB6;
}
</style>
border-color css
<style>
span { border-color: #AFAFB6; }
span { border-color: rgb(175,175,182); }
td.TdClassName
{
border-color: #AFAFB6;
}
.TagClassName
{
border-color: #AFAFB6;
}
</style>