Shades of Spun Pearl #AFAEB6
Tints of Spun Pearl #AFAEB6
RGB
CMYK
RGB Variations
Color information
#AFAEB6 (or 0xAFAEB6) is known color: Spun Pearl. HEX triplet: AF, AE and B6. RGB value is (175,174,182). Sum of RGB (Red+Green+Blue) = 175+174+182=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEB6 is #505149. Grayscale: #AFAFAF. Windows color (decimal): -5263690 or 11972271. OLE color: 11972271.
HSL color Cylindrical-coordinate representation of color #AFAEB6: hue angle of 247.5º 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 #AFAEB6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 174 | 182 | - |
CMYK | 0.04 | 0.04 | 0 | 0.29 |
HSL | 247.5º | 0.05% | 0.7% | - |
HSV(B) | 247.5º | 0.04% | 0.71% | - |
XYZ | 41.26 | 42.76 | 50.34 | - |
YUV | 175.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 174 | 182 | 0.04 | 0.04 | 0 | 0.29 | 247.5 | 0.05 | 0.7 |
Hex | AF | AE | B6 | 4 | 4 | 0 | 1D | F8 | 5 | 46 |
Octal | 257 | 256 | 266 | 4 | 4 | 0 | 35 | 370 | 5 | 106 |
Binary | 10101111 | 10101110 | 10110110 | 100 | 100 | 0 | 11101 | 11111000 | 101 | 1000110 |
Color Harmonies of #AFAEB6
Complementary color
Monochromatic Colors of #AFAEB6
Black with #AFAEB6
Text Example
Text Example
White with #AFAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAEB6; }
p { color: rgb(175,174,182); }
H1.HeaderClassName
{
color: #AFAEB6;
}
.AnyTagClassName
{
color: #AFAEB6;
}
</style>
background-color css
<style>
a { background-color: #AFAEB6; }
a { background-color: rgb(175,174,182); }
div.DivClassName
{
background-color: #AFAEB6;
}
.BgClassName
{
background-color: #AFAEB6;
}
</style>
border-color css
<style>
span { border-color: #AFAEB6; }
span { border-color: rgb(175,174,182); }
td.TdClassName
{
border-color: #AFAEB6;
}
.TagClassName
{
border-color: #AFAEB6;
}
</style>