Shades of Bombay #ACACAB
Tints of Bombay #ACACAB
RGB
CMYK
RGB Variations
Color information
#ACACAB (or 0xACACAB) is known color: Bombay. HEX triplet: AC, AC and AB. RGB value is (172,172,171). Sum of RGB (Red+Green+Blue) = 172+172+171=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACAB is #535354. Grayscale: #ABABAB. Windows color (decimal): -5460821 or 11250860. OLE color: 11250860.
HSL color Cylindrical-coordinate representation of color #ACACAB: hue angle of 60º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ACACAB is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 171 | - |
CMYK | 0 | 0 | 0.01 | 0.33 |
HSL | 60º | 0.01% | 0.67% | - |
HSV(B) | 60º | 0.01% | 0.67% | - |
XYZ | 39.12 | 41.22 | 44.42 | - |
YUV | 171.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 171 | 0 | 0 | 0.01 | 0.33 | 60 | 0.01 | 0.67 |
Hex | AC | AC | AB | 0 | 0 | 1 | 21 | 3C | 1 | 43 |
Octal | 254 | 254 | 253 | 0 | 0 | 1 | 41 | 74 | 1 | 103 |
Binary | 10101100 | 10101100 | 10101011 | 0 | 0 | 1 | 100001 | 111100 | 1 | 1000011 |
Color Harmonies of #ACACAB
Complementary color
Monochromatic Colors of #ACACAB
Black with #ACACAB
Text Example
Text Example
White with #ACACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACAB; }
p { color: rgb(172,172,171); }
H1.HeaderClassName
{
color: #ACACAB;
}
.AnyTagClassName
{
color: #ACACAB;
}
</style>
background-color css
<style>
a { background-color: #ACACAB; }
a { background-color: rgb(172,172,171); }
div.DivClassName
{
background-color: #ACACAB;
}
.BgClassName
{
background-color: #ACACAB;
}
</style>
border-color css
<style>
span { border-color: #ACACAB; }
span { border-color: rgb(172,172,171); }
td.TdClassName
{
border-color: #ACACAB;
}
.TagClassName
{
border-color: #ACACAB;
}
</style>