Shades of Spun Pearl #AFADB5
Tints of Spun Pearl #AFADB5
RGB
CMYK
RGB Variations
Color information
#AFADB5 (or 0xAFADB5) is known color: Spun Pearl. HEX triplet: AF, AD and B5. RGB value is (175,173,181). Sum of RGB (Red+Green+Blue) = 175+173+181=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB5 is #50524A. Grayscale: #AEAEAE. Windows color (decimal): -5263947 or 11906479. OLE color: 11906479.
HSL color Cylindrical-coordinate representation of color #AFADB5: hue angle of 255º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFADB5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 173 | 181 | - |
CMYK | 0.03 | 0.04 | 0 | 0.29 |
HSL | 255º | 0.05% | 0.69% | - |
HSV(B) | 255º | 0.04% | 0.71% | - |
XYZ | 40.96 | 42.34 | 49.73 | - |
YUV | 174.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 181 | 0.03 | 0.04 | 0 | 0.29 | 255 | 0.05 | 0.69 |
Hex | AF | AD | B5 | 3 | 4 | 0 | 1D | FF | 5 | 45 |
Octal | 257 | 255 | 265 | 3 | 4 | 0 | 35 | 377 | 5 | 105 |
Binary | 10101111 | 10101101 | 10110101 | 11 | 100 | 0 | 11101 | 11111111 | 101 | 1000101 |
Color Harmonies of #AFADB5
Complementary color
Monochromatic Colors of #AFADB5
Black with #AFADB5
Text Example
Text Example
White with #AFADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADB5; }
p { color: rgb(175,173,181); }
H1.HeaderClassName
{
color: #AFADB5;
}
.AnyTagClassName
{
color: #AFADB5;
}
</style>
background-color css
<style>
a { background-color: #AFADB5; }
a { background-color: rgb(175,173,181); }
div.DivClassName
{
background-color: #AFADB5;
}
.BgClassName
{
background-color: #AFADB5;
}
</style>
border-color css
<style>
span { border-color: #AFADB5; }
span { border-color: rgb(175,173,181); }
td.TdClassName
{
border-color: #AFADB5;
}
.TagClassName
{
border-color: #AFADB5;
}
</style>