Shades of Spun Pearl #AFAFB0
Tints of Spun Pearl #AFAFB0
RGB
CMYK
RGB Variations
Color information
#AFAFB0 (or 0xAFAFB0) is known color: Spun Pearl. HEX triplet: AF, AF and B0. RGB value is (175,175,176). Sum of RGB (Red+Green+Blue) = 175+175+176=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFB0 is #50504F. Grayscale: #AFAFAF. Windows color (decimal): -5263440 or 11579311. OLE color: 11579311.
HSL color Cylindrical-coordinate representation of color #AFAFB0: hue angle of 240º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AFAFB0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 175 | 176 | - |
CMYK | 0.01 | 0.01 | 0 | 0.31 |
HSL | 240º | 0.01% | 0.69% | - |
HSV(B) | 240º | 0.01% | 0.69% | - |
XYZ | 40.85 | 42.91 | 47.2 | - |
YUV | 175.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 176 | 0.01 | 0.01 | 0 | 0.31 | 240 | 0.01 | 0.69 |
Hex | AF | AF | B0 | 1 | 1 | 0 | 1F | F0 | 1 | 45 |
Octal | 257 | 257 | 260 | 1 | 1 | 0 | 37 | 360 | 1 | 105 |
Binary | 10101111 | 10101111 | 10110000 | 1 | 1 | 0 | 11111 | 11110000 | 1 | 1000101 |
Color Harmonies of #AFAFB0
Complementary color
Monochromatic Colors of #AFAFB0
Black with #AFAFB0
Text Example
Text Example
White with #AFAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFB0; }
p { color: rgb(175,175,176); }
H1.HeaderClassName
{
color: #AFAFB0;
}
.AnyTagClassName
{
color: #AFAFB0;
}
</style>
background-color css
<style>
a { background-color: #AFAFB0; }
a { background-color: rgb(175,175,176); }
div.DivClassName
{
background-color: #AFAFB0;
}
.BgClassName
{
background-color: #AFAFB0;
}
</style>
border-color css
<style>
span { border-color: #AFAFB0; }
span { border-color: rgb(175,175,176); }
td.TdClassName
{
border-color: #AFAFB0;
}
.TagClassName
{
border-color: #AFAFB0;
}
</style>