Shades of Bombay #ACADA0
Tints of Bombay #ACADA0
RGB
CMYK
RGB Variations
Color information
#ACADA0 (or 0xACADA0) is known color: Bombay. HEX triplet: AC, AD and A0. RGB value is (172,173,160). Sum of RGB (Red+Green+Blue) = 172+173+160=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA0 is #53525F. Grayscale: #ABABAB. Windows color (decimal): -5460576 or 10530220. OLE color: 10530220.
HSL color Cylindrical-coordinate representation of color #ACADA0: hue angle of 64.62º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACADA0 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 160 | - |
CMYK | 0.01 | 0 | 0.08 | 0.32 |
HSL | 64.62º | 0.07% | 0.65% | - |
HSV(B) | 64.62º | 0.08% | 0.68% | - |
XYZ | 38.3 | 41.2 | 39.19 | - |
YUV | 171.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 160 | 0.01 | 0 | 0.08 | 0.32 | 64.62 | 0.07 | 0.65 |
Hex | AC | AD | A0 | 1 | 0 | 8 | 20 | 41 | 7 | 41 |
Octal | 254 | 255 | 240 | 1 | 0 | 10 | 40 | 101 | 7 | 101 |
Binary | 10101100 | 10101101 | 10100000 | 1 | 0 | 1000 | 100000 | 1000001 | 111 | 1000001 |
Color Harmonies of #ACADA0
Complementary color
Monochromatic Colors of #ACADA0
Black with #ACADA0
Text Example
Text Example
White with #ACADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADA0; }
p { color: rgb(172,173,160); }
H1.HeaderClassName
{
color: #ACADA0;
}
.AnyTagClassName
{
color: #ACADA0;
}
</style>
background-color css
<style>
a { background-color: #ACADA0; }
a { background-color: rgb(172,173,160); }
div.DivClassName
{
background-color: #ACADA0;
}
.BgClassName
{
background-color: #ACADA0;
}
</style>
border-color css
<style>
span { border-color: #ACADA0; }
span { border-color: rgb(172,173,160); }
td.TdClassName
{
border-color: #ACADA0;
}
.TagClassName
{
border-color: #ACADA0;
}
</style>