Shades of Bombay #AFB09F
Tints of Bombay #AFB09F
RGB
CMYK
RGB Variations
Color information
#AFB09F (or 0xAFB09F) is known color: Bombay. HEX triplet: AF, B0 and 9F. RGB value is (175,176,159). Sum of RGB (Red+Green+Blue) = 175+176+159=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB09F is #504F60. Grayscale: #ADADAD. Windows color (decimal): -5263201 or 10465455. OLE color: 10465455.
HSL color Cylindrical-coordinate representation of color #AFB09F: hue angle of 63.53º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB09F is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 159 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.31 |
| HSL | 63.53º | 0.1% | 0.66% | - |
| HSV(B) | 63.53º | 0.1% | 0.69% | - |
| XYZ | 39.46 | 42.67 | 38.96 | - |
| YUV | 173.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 159 | 0.01 | 0 | 0.10 | 0.31 | 63.53 | 0.1 | 0.66 |
| Hex | AF | B0 | 9F | 1 | 0 | A | 1F | 40 | A | 42 |
| Octal | 257 | 260 | 237 | 1 | 0 | 12 | 37 | 100 | 12 | 102 |
| Binary | 10101111 | 10110000 | 10011111 | 1 | 0 | 1010 | 11111 | 1000000 | 1010 | 1000010 |
Color Harmonies of #AFB09F
Complementary color
Monochromatic Colors of #AFB09F
Black with #AFB09F
Text Example
Text Example
White with #AFB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB09F; }
p { color: rgb(175,176,159); }
H1.HeaderClassName
{
color: #AFB09F;
}
.AnyTagClassName
{
color: #AFB09F;
}
</style>
background-color css
<style>
a { background-color: #AFB09F; }
a { background-color: rgb(175,176,159); }
div.DivClassName
{
background-color: #AFB09F;
}
.BgClassName
{
background-color: #AFB09F;
}
</style>
border-color css
<style>
span { border-color: #AFB09F; }
span { border-color: rgb(175,176,159); }
td.TdClassName
{
border-color: #AFB09F;
}
.TagClassName
{
border-color: #AFB09F;
}
</style>