Shades of Bombay #AFAFA6
Tints of Bombay #AFAFA6
RGB
CMYK
RGB Variations
Color information
#AFAFA6 (or 0xAFAFA6) is known color: Bombay. HEX triplet: AF, AF and A6. RGB value is (175,175,166). Sum of RGB (Red+Green+Blue) = 175+175+166=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA6 is #505059. Grayscale: #AEAEAE. Windows color (decimal): -5263450 or 10923951. OLE color: 10923951.
HSL color Cylindrical-coordinate representation of color #AFAFA6: hue angle of 60º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFAFA6 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 175 | 166 | - |
CMYK | 0 | 0 | 0.05 | 0.31 |
HSL | 60º | 0.05% | 0.67% | - |
HSV(B) | 60º | 0.05% | 0.69% | - |
XYZ | 39.89 | 42.53 | 42.18 | - |
YUV | 173.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 166 | 0 | 0 | 0.05 | 0.31 | 60 | 0.05 | 0.67 |
Hex | AF | AF | A6 | 0 | 0 | 5 | 1F | 3C | 5 | 43 |
Octal | 257 | 257 | 246 | 0 | 0 | 5 | 37 | 74 | 5 | 103 |
Binary | 10101111 | 10101111 | 10100110 | 0 | 0 | 101 | 11111 | 111100 | 101 | 1000011 |
Color Harmonies of #AFAFA6
Complementary color
Monochromatic Colors of #AFAFA6
Black with #AFAFA6
Text Example
Text Example
White with #AFAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFA6; }
p { color: rgb(175,175,166); }
H1.HeaderClassName
{
color: #AFAFA6;
}
.AnyTagClassName
{
color: #AFAFA6;
}
</style>
background-color css
<style>
a { background-color: #AFAFA6; }
a { background-color: rgb(175,175,166); }
div.DivClassName
{
background-color: #AFAFA6;
}
.BgClassName
{
background-color: #AFAFA6;
}
</style>
border-color css
<style>
span { border-color: #AFAFA6; }
span { border-color: rgb(175,175,166); }
td.TdClassName
{
border-color: #AFAFA6;
}
.TagClassName
{
border-color: #AFAFA6;
}
</style>