Shades of Bombay #ACACA7
Tints of Bombay #ACACA7
RGB
CMYK
RGB Variations
Color information
#ACACA7 (or 0xACACA7) is known color: Bombay. HEX triplet: AC, AC and A7. RGB value is (172,172,167). Sum of RGB (Red+Green+Blue) = 172+172+167=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA7 is #535358. Grayscale: #ABABAB. Windows color (decimal): -5460825 or 10988716. OLE color: 10988716.
HSL color Cylindrical-coordinate representation of color #ACACA7: hue angle of 60º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACACA7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 167 | - |
CMYK | 0 | 0 | 0.03 | 0.33 |
HSL | 60º | 0.03% | 0.66% | - |
HSV(B) | 60º | 0.03% | 0.67% | - |
XYZ | 38.74 | 41.07 | 42.44 | - |
YUV | 171.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 167 | 0 | 0 | 0.03 | 0.33 | 60 | 0.03 | 0.66 |
Hex | AC | AC | A7 | 0 | 0 | 3 | 21 | 3C | 3 | 42 |
Octal | 254 | 254 | 247 | 0 | 0 | 3 | 41 | 74 | 3 | 102 |
Binary | 10101100 | 10101100 | 10100111 | 0 | 0 | 11 | 100001 | 111100 | 11 | 1000010 |
Color Harmonies of #ACACA7
Complementary color
Monochromatic Colors of #ACACA7
Black with #ACACA7
Text Example
Text Example
White with #ACACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACA7; }
p { color: rgb(172,172,167); }
H1.HeaderClassName
{
color: #ACACA7;
}
.AnyTagClassName
{
color: #ACACA7;
}
</style>
background-color css
<style>
a { background-color: #ACACA7; }
a { background-color: rgb(172,172,167); }
div.DivClassName
{
background-color: #ACACA7;
}
.BgClassName
{
background-color: #ACACA7;
}
</style>
border-color css
<style>
span { border-color: #ACACA7; }
span { border-color: rgb(172,172,167); }
td.TdClassName
{
border-color: #ACACA7;
}
.TagClassName
{
border-color: #ACACA7;
}
</style>