Shades of Bombay #AFAFA8
Tints of Bombay #AFAFA8
RGB
CMYK
RGB Variations
Color information
#AFAFA8 (or 0xAFAFA8) is known color: Bombay. HEX triplet: AF, AF and A8. RGB value is (175,175,168). Sum of RGB (Red+Green+Blue) = 175+175+168=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA8 is #505057. Grayscale: #AEAEAE. Windows color (decimal): -5263448 or 11055023. OLE color: 11055023.
HSL color Cylindrical-coordinate representation of color #AFAFA8: hue angle of 60º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAFA8 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 168 | - |
| CMYK | 0 | 0 | 0.04 | 0.31 |
| HSL | 60º | 0.04% | 0.67% | - |
| HSV(B) | 60º | 0.04% | 0.69% | - |
| XYZ | 40.08 | 42.6 | 43.16 | - |
| YUV | 174.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 168 | 0 | 0 | 0.04 | 0.31 | 60 | 0.04 | 0.67 |
| Hex | AF | AF | A8 | 0 | 0 | 4 | 1F | 3C | 4 | 43 |
| Octal | 257 | 257 | 250 | 0 | 0 | 4 | 37 | 74 | 4 | 103 |
| Binary | 10101111 | 10101111 | 10101000 | 0 | 0 | 100 | 11111 | 111100 | 100 | 1000011 |
Color Harmonies of #AFAFA8
Complementary color
Monochromatic Colors of #AFAFA8
Black with #AFAFA8
Text Example
Text Example
White with #AFAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFA8; }
p { color: rgb(175,175,168); }
H1.HeaderClassName
{
color: #AFAFA8;
}
.AnyTagClassName
{
color: #AFAFA8;
}
</style>
background-color css
<style>
a { background-color: #AFAFA8; }
a { background-color: rgb(175,175,168); }
div.DivClassName
{
background-color: #AFAFA8;
}
.BgClassName
{
background-color: #AFAFA8;
}
</style>
border-color css
<style>
span { border-color: #AFAFA8; }
span { border-color: rgb(175,175,168); }
td.TdClassName
{
border-color: #AFAFA8;
}
.TagClassName
{
border-color: #AFAFA8;
}
</style>