Shades of Bombay #ACADA7
Tints of Bombay #ACADA7
RGB
CMYK
RGB Variations
Color information
#ACADA7 (or 0xACADA7) is known color: Bombay. HEX triplet: AC, AD and A7. RGB value is (172,173,167). Sum of RGB (Red+Green+Blue) = 172+173+167=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA7 is #535258. Grayscale: #ACACAC. Windows color (decimal): -5460569 or 10988972. OLE color: 10988972.
HSL color Cylindrical-coordinate representation of color #ACADA7: hue angle of 70º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACADA7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 167 | - |
CMYK | 0.01 | 0 | 0.03 | 0.32 |
HSL | 70º | 0.04% | 0.67% | - |
HSV(B) | 70º | 0.03% | 0.68% | - |
XYZ | 38.93 | 41.45 | 42.51 | - |
YUV | 172.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 167 | 0.01 | 0 | 0.03 | 0.32 | 70 | 0.04 | 0.67 |
Hex | AC | AD | A7 | 1 | 0 | 3 | 20 | 46 | 4 | 43 |
Octal | 254 | 255 | 247 | 1 | 0 | 3 | 40 | 106 | 4 | 103 |
Binary | 10101100 | 10101101 | 10100111 | 1 | 0 | 11 | 100000 | 1000110 | 100 | 1000011 |
Color Harmonies of #ACADA7
Complementary color
Monochromatic Colors of #ACADA7
Black with #ACADA7
Text Example
Text Example
White with #ACADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADA7; }
p { color: rgb(172,173,167); }
H1.HeaderClassName
{
color: #ACADA7;
}
.AnyTagClassName
{
color: #ACADA7;
}
</style>
background-color css
<style>
a { background-color: #ACADA7; }
a { background-color: rgb(172,173,167); }
div.DivClassName
{
background-color: #ACADA7;
}
.BgClassName
{
background-color: #ACADA7;
}
</style>
border-color css
<style>
span { border-color: #ACADA7; }
span { border-color: rgb(172,173,167); }
td.TdClassName
{
border-color: #ACADA7;
}
.TagClassName
{
border-color: #ACADA7;
}
</style>