Shades of Bombay #ACADA4
Tints of Bombay #ACADA4
RGB
CMYK
RGB Variations
Color information
#ACADA4 (or 0xACADA4) is known color: Bombay. HEX triplet: AC, AD and A4. RGB value is (172,173,164). Sum of RGB (Red+Green+Blue) = 172+173+164=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA4 is #53525B. Grayscale: #ABABAB. Windows color (decimal): -5460572 or 10792364. OLE color: 10792364.
HSL color Cylindrical-coordinate representation of color #ACADA4: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACADA4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 164 | - |
CMYK | 0.01 | 0 | 0.05 | 0.32 |
HSL | 66.67º | 0.05% | 0.66% | - |
HSV(B) | 66.67º | 0.05% | 0.68% | - |
XYZ | 38.66 | 41.34 | 41.06 | - |
YUV | 171.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 164 | 0.01 | 0 | 0.05 | 0.32 | 66.67 | 0.05 | 0.66 |
Hex | AC | AD | A4 | 1 | 0 | 5 | 20 | 43 | 5 | 42 |
Octal | 254 | 255 | 244 | 1 | 0 | 5 | 40 | 103 | 5 | 102 |
Binary | 10101100 | 10101101 | 10100100 | 1 | 0 | 101 | 100000 | 1000011 | 101 | 1000010 |
Color Harmonies of #ACADA4
Complementary color
Monochromatic Colors of #ACADA4
Black with #ACADA4
Text Example
Text Example
White with #ACADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADA4; }
p { color: rgb(172,173,164); }
H1.HeaderClassName
{
color: #ACADA4;
}
.AnyTagClassName
{
color: #ACADA4;
}
</style>
background-color css
<style>
a { background-color: #ACADA4; }
a { background-color: rgb(172,173,164); }
div.DivClassName
{
background-color: #ACADA4;
}
.BgClassName
{
background-color: #ACADA4;
}
</style>
border-color css
<style>
span { border-color: #ACADA4; }
span { border-color: rgb(172,173,164); }
td.TdClassName
{
border-color: #ACADA4;
}
.TagClassName
{
border-color: #ACADA4;
}
</style>