Shades of Bombay #AFB0A2
Tints of Bombay #AFB0A2
RGB
CMYK
RGB Variations
Color information
#AFB0A2 (or 0xAFB0A2) is known color: Bombay. HEX triplet: AF, B0 and A2. RGB value is (175,176,162). Sum of RGB (Red+Green+Blue) = 175+176+162=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0A2 is #504F5D. Grayscale: #AEAEAE. Windows color (decimal): -5263198 or 10662063. OLE color: 10662063.
HSL color Cylindrical-coordinate representation of color #AFB0A2: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB0A2 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 162 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.31 |
| HSL | 64.29º | 0.08% | 0.66% | - |
| HSV(B) | 64.29º | 0.08% | 0.69% | - |
| XYZ | 39.73 | 42.77 | 40.34 | - |
| YUV | 174.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 162 | 0.01 | 0 | 0.08 | 0.31 | 64.29 | 0.08 | 0.66 |
| Hex | AF | B0 | A2 | 1 | 0 | 8 | 1F | 40 | 8 | 42 |
| Octal | 257 | 260 | 242 | 1 | 0 | 10 | 37 | 100 | 10 | 102 |
| Binary | 10101111 | 10110000 | 10100010 | 1 | 0 | 1000 | 11111 | 1000000 | 1000 | 1000010 |
Color Harmonies of #AFB0A2
Complementary color
Monochromatic Colors of #AFB0A2
Black with #AFB0A2
Text Example
Text Example
White with #AFB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0A2; }
p { color: rgb(175,176,162); }
H1.HeaderClassName
{
color: #AFB0A2;
}
.AnyTagClassName
{
color: #AFB0A2;
}
</style>
background-color css
<style>
a { background-color: #AFB0A2; }
a { background-color: rgb(175,176,162); }
div.DivClassName
{
background-color: #AFB0A2;
}
.BgClassName
{
background-color: #AFB0A2;
}
</style>
border-color css
<style>
span { border-color: #AFB0A2; }
span { border-color: rgb(175,176,162); }
td.TdClassName
{
border-color: #AFB0A2;
}
.TagClassName
{
border-color: #AFB0A2;
}
</style>