Shades of Pumice #AFB9A9
Tints of Pumice #AFB9A9
RGB
CMYK
RGB Variations
Color information
#AFB9A9 (or 0xAFB9A9) is known color: Pumice. HEX triplet: AF, B9 and A9. RGB value is (175,185,169). Sum of RGB (Red+Green+Blue) = 175+185+169=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9A9 is #504656. Grayscale: #B4B4B4. Windows color (decimal): -5260887 or 11123119. OLE color: 11123119.
HSL color Cylindrical-coordinate representation of color #AFB9A9: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB9A9 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 169 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.27 |
| HSL | 97.5º | 0.1% | 0.69% | - |
| HSV(B) | 97.5º | 0.09% | 0.73% | - |
| XYZ | 42.19 | 46.68 | 44.32 | - |
| YUV | 180.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 169 | 0.05 | 0 | 0.09 | 0.27 | 97.5 | 0.1 | 0.69 |
| Hex | AF | B9 | A9 | 5 | 0 | 9 | 1B | 62 | A | 45 |
| Octal | 257 | 271 | 251 | 5 | 0 | 11 | 33 | 142 | 12 | 105 |
| Binary | 10101111 | 10111001 | 10101001 | 101 | 0 | 1001 | 11011 | 1100010 | 1010 | 1000101 |
Color Harmonies of #AFB9A9
Complementary color
Monochromatic Colors of #AFB9A9
Black with #AFB9A9
Text Example
Text Example
White with #AFB9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9A9; }
p { color: rgb(175,185,169); }
H1.HeaderClassName
{
color: #AFB9A9;
}
.AnyTagClassName
{
color: #AFB9A9;
}
</style>
background-color css
<style>
a { background-color: #AFB9A9; }
a { background-color: rgb(175,185,169); }
div.DivClassName
{
background-color: #AFB9A9;
}
.BgClassName
{
background-color: #AFB9A9;
}
</style>
border-color css
<style>
span { border-color: #AFB9A9; }
span { border-color: rgb(175,185,169); }
td.TdClassName
{
border-color: #AFB9A9;
}
.TagClassName
{
border-color: #AFB9A9;
}
</style>