Shades of Spun Pearl #AFADB3
Tints of Spun Pearl #AFADB3
RGB
CMYK
RGB Variations
Color information
#AFADB3 (or 0xAFADB3) is known color: Spun Pearl. HEX triplet: AF, AD and B3. RGB value is (175,173,179). Sum of RGB (Red+Green+Blue) = 175+173+179=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB3 is #50524C. Grayscale: #AEAEAE. Windows color (decimal): -5263949 or 11775407. OLE color: 11775407.
HSL color Cylindrical-coordinate representation of color #AFADB3: hue angle of 260º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFADB3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 173 | 179 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.30 |
| HSL | 260º | 0.04% | 0.69% | - |
| HSV(B) | 260º | 0.03% | 0.7% | - |
| XYZ | 40.76 | 42.26 | 48.66 | - |
| YUV | 174.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 179 | 0.02 | 0.03 | 0 | 0.30 | 260 | 0.04 | 0.69 |
| Hex | AF | AD | B3 | 2 | 3 | 0 | 1E | 104 | 4 | 45 |
| Octal | 257 | 255 | 263 | 2 | 3 | 0 | 36 | 404 | 4 | 105 |
| Binary | 10101111 | 10101101 | 10110011 | 10 | 11 | 0 | 11110 | 100000100 | 100 | 1000101 |
Color Harmonies of #AFADB3
Complementary color
Monochromatic Colors of #AFADB3
Black with #AFADB3
Text Example
Text Example
White with #AFADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADB3; }
p { color: rgb(175,173,179); }
H1.HeaderClassName
{
color: #AFADB3;
}
.AnyTagClassName
{
color: #AFADB3;
}
</style>
background-color css
<style>
a { background-color: #AFADB3; }
a { background-color: rgb(175,173,179); }
div.DivClassName
{
background-color: #AFADB3;
}
.BgClassName
{
background-color: #AFADB3;
}
</style>
border-color css
<style>
span { border-color: #AFADB3; }
span { border-color: rgb(175,173,179); }
td.TdClassName
{
border-color: #AFADB3;
}
.TagClassName
{
border-color: #AFADB3;
}
</style>