Shades of Spun Pearl #AFADB9
Tints of Spun Pearl #AFADB9
RGB
CMYK
RGB Variations
Color information
#AFADB9 (or 0xAFADB9) is known color: Spun Pearl. HEX triplet: AF, AD and B9. RGB value is (175,173,185). Sum of RGB (Red+Green+Blue) = 175+173+185=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB9 is #505246. Grayscale: #AEAEAE. Windows color (decimal): -5263943 or 12168623. OLE color: 12168623.
HSL color Cylindrical-coordinate representation of color #AFADB9: hue angle of 250º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFADB9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 173 | 185 | - |
CMYK | 0.05 | 0.06 | 0 | 0.27 |
HSL | 250º | 0.08% | 0.7% | - |
HSV(B) | 250º | 0.06% | 0.73% | - |
XYZ | 41.38 | 42.5 | 51.92 | - |
YUV | 174.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 185 | 0.05 | 0.06 | 0 | 0.27 | 250 | 0.08 | 0.7 |
Hex | AF | AD | B9 | 5 | 6 | 0 | 1B | FA | 8 | 46 |
Octal | 257 | 255 | 271 | 5 | 6 | 0 | 33 | 372 | 10 | 106 |
Binary | 10101111 | 10101101 | 10111001 | 101 | 110 | 0 | 11011 | 11111010 | 1000 | 1000110 |
Color Harmonies of #AFADB9
Complementary color
Monochromatic Colors of #AFADB9
Black with #AFADB9
Text Example
Text Example
White with #AFADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADB9; }
p { color: rgb(175,173,185); }
H1.HeaderClassName
{
color: #AFADB9;
}
.AnyTagClassName
{
color: #AFADB9;
}
</style>
background-color css
<style>
a { background-color: #AFADB9; }
a { background-color: rgb(175,173,185); }
div.DivClassName
{
background-color: #AFADB9;
}
.BgClassName
{
background-color: #AFADB9;
}
</style>
border-color css
<style>
span { border-color: #AFADB9; }
span { border-color: rgb(175,173,185); }
td.TdClassName
{
border-color: #AFADB9;
}
.TagClassName
{
border-color: #AFADB9;
}
</style>