Shades of Spun Pearl #AFACB5
Tints of Spun Pearl #AFACB5
RGB
CMYK
RGB Variations
Color information
#AFACB5 (or 0xAFACB5) is known color: Spun Pearl. HEX triplet: AF, AC and B5. RGB value is (175,172,181). Sum of RGB (Red+Green+Blue) = 175+172+181=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB5 is #50534A. Grayscale: #ADADAD. Windows color (decimal): -5264203 or 11906223. OLE color: 11906223.
HSL color Cylindrical-coordinate representation of color #AFACB5: hue angle of 260º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFACB5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 172 | 181 | - |
CMYK | 0.03 | 0.05 | 0 | 0.29 |
HSL | 260º | 0.06% | 0.69% | - |
HSV(B) | 260º | 0.05% | 0.71% | - |
XYZ | 40.77 | 41.96 | 49.67 | - |
YUV | 173.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 172 | 181 | 0.03 | 0.05 | 0 | 0.29 | 260 | 0.06 | 0.69 |
Hex | AF | AC | B5 | 3 | 5 | 0 | 1D | 104 | 6 | 45 |
Octal | 257 | 254 | 265 | 3 | 5 | 0 | 35 | 404 | 6 | 105 |
Binary | 10101111 | 10101100 | 10110101 | 11 | 101 | 0 | 11101 | 100000100 | 110 | 1000101 |
Color Harmonies of #AFACB5
Complementary color
Monochromatic Colors of #AFACB5
Black with #AFACB5
Text Example
Text Example
White with #AFACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACB5; }
p { color: rgb(175,172,181); }
H1.HeaderClassName
{
color: #AFACB5;
}
.AnyTagClassName
{
color: #AFACB5;
}
</style>
background-color css
<style>
a { background-color: #AFACB5; }
a { background-color: rgb(175,172,181); }
div.DivClassName
{
background-color: #AFACB5;
}
.BgClassName
{
background-color: #AFACB5;
}
</style>
border-color css
<style>
span { border-color: #AFACB5; }
span { border-color: rgb(175,172,181); }
td.TdClassName
{
border-color: #AFACB5;
}
.TagClassName
{
border-color: #AFACB5;
}
</style>