Shades of Bombay #AFAFAC
Tints of Bombay #AFAFAC
RGB
CMYK
RGB Variations
Color information
#AFAFAC (or 0xAFAFAC) is known color: Bombay. HEX triplet: AF, AF and AC. RGB value is (175,175,172). Sum of RGB (Red+Green+Blue) = 175+175+172=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAC is #505053. Grayscale: #AEAEAE. Windows color (decimal): -5263444 or 11317167. OLE color: 11317167.
HSL color Cylindrical-coordinate representation of color #AFAFAC: hue angle of 60º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFAFAC is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 175 | 172 | - |
CMYK | 0 | 0 | 0.02 | 0.31 |
HSL | 60º | 0.02% | 0.68% | - |
HSV(B) | 60º | 0.02% | 0.69% | - |
XYZ | 40.46 | 42.75 | 45.15 | - |
YUV | 174.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 172 | 0 | 0 | 0.02 | 0.31 | 60 | 0.02 | 0.68 |
Hex | AF | AF | AC | 0 | 0 | 2 | 1F | 3C | 2 | 44 |
Octal | 257 | 257 | 254 | 0 | 0 | 2 | 37 | 74 | 2 | 104 |
Binary | 10101111 | 10101111 | 10101100 | 0 | 0 | 10 | 11111 | 111100 | 10 | 1000100 |
Color Harmonies of #AFAFAC
Complementary color
Monochromatic Colors of #AFAFAC
Black with #AFAFAC
Text Example
Text Example
White with #AFAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFAC; }
p { color: rgb(175,175,172); }
H1.HeaderClassName
{
color: #AFAFAC;
}
.AnyTagClassName
{
color: #AFAFAC;
}
</style>
background-color css
<style>
a { background-color: #AFAFAC; }
a { background-color: rgb(175,175,172); }
div.DivClassName
{
background-color: #AFAFAC;
}
.BgClassName
{
background-color: #AFAFAC;
}
</style>
border-color css
<style>
span { border-color: #AFAFAC; }
span { border-color: rgb(175,175,172); }
td.TdClassName
{
border-color: #AFAFAC;
}
.TagClassName
{
border-color: #AFAFAC;
}
</style>