Shades of Bombay #AFAFAB
Tints of Bombay #AFAFAB
RGB
CMYK
RGB Variations
Color information
#AFAFAB (or 0xAFAFAB) is known color: Bombay. HEX triplet: AF, AF and AB. RGB value is (175,175,171). Sum of RGB (Red+Green+Blue) = 175+175+171=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAB is #505054. Grayscale: #AEAEAE. Windows color (decimal): -5263445 or 11251631. OLE color: 11251631.
HSL color Cylindrical-coordinate representation of color #AFAFAB: 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 #AFAFAB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 175 | 171 | - |
CMYK | 0 | 0 | 0.02 | 0.31 |
HSL | 60º | 0.02% | 0.68% | - |
HSV(B) | 60º | 0.02% | 0.69% | - |
XYZ | 40.36 | 42.71 | 44.65 | - |
YUV | 174.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 171 | 0 | 0 | 0.02 | 0.31 | 60 | 0.02 | 0.68 |
Hex | AF | AF | AB | 0 | 0 | 2 | 1F | 3C | 2 | 44 |
Octal | 257 | 257 | 253 | 0 | 0 | 2 | 37 | 74 | 2 | 104 |
Binary | 10101111 | 10101111 | 10101011 | 0 | 0 | 10 | 11111 | 111100 | 10 | 1000100 |
Color Harmonies of #AFAFAB
Complementary color
Monochromatic Colors of #AFAFAB
Black with #AFAFAB
Text Example
Text Example
White with #AFAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFAB; }
p { color: rgb(175,175,171); }
H1.HeaderClassName
{
color: #AFAFAB;
}
.AnyTagClassName
{
color: #AFAFAB;
}
</style>
background-color css
<style>
a { background-color: #AFAFAB; }
a { background-color: rgb(175,175,171); }
div.DivClassName
{
background-color: #AFAFAB;
}
.BgClassName
{
background-color: #AFAFAB;
}
</style>
border-color css
<style>
span { border-color: #AFAFAB; }
span { border-color: rgb(175,175,171); }
td.TdClassName
{
border-color: #AFAFAB;
}
.TagClassName
{
border-color: #AFAFAB;
}
</style>