Shades of Bombay #ACACA4
Tints of Bombay #ACACA4
RGB
CMYK
RGB Variations
Color information
#ACACA4 (or 0xACACA4) is known color: Bombay. HEX triplet: AC, AC and A4. RGB value is (172,172,164). Sum of RGB (Red+Green+Blue) = 172+172+164=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA4 is #53535B. Grayscale: #ABABAB. Windows color (decimal): -5460828 or 10792108. OLE color: 10792108.
HSL color Cylindrical-coordinate representation of color #ACACA4: hue angle of 60º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACACA4 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 164 | - |
CMYK | 0 | 0 | 0.05 | 0.33 |
HSL | 60º | 0.05% | 0.66% | - |
HSV(B) | 60º | 0.05% | 0.67% | - |
XYZ | 38.47 | 40.96 | 41 | - |
YUV | 171.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 164 | 0 | 0 | 0.05 | 0.33 | 60 | 0.05 | 0.66 |
Hex | AC | AC | A4 | 0 | 0 | 5 | 21 | 3C | 5 | 42 |
Octal | 254 | 254 | 244 | 0 | 0 | 5 | 41 | 74 | 5 | 102 |
Binary | 10101100 | 10101100 | 10100100 | 0 | 0 | 101 | 100001 | 111100 | 101 | 1000010 |
Color Harmonies of #ACACA4
Complementary color
Monochromatic Colors of #ACACA4
Black with #ACACA4
Text Example
Text Example
White with #ACACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACA4; }
p { color: rgb(172,172,164); }
H1.HeaderClassName
{
color: #ACACA4;
}
.AnyTagClassName
{
color: #ACACA4;
}
</style>
background-color css
<style>
a { background-color: #ACACA4; }
a { background-color: rgb(172,172,164); }
div.DivClassName
{
background-color: #ACACA4;
}
.BgClassName
{
background-color: #ACACA4;
}
</style>
border-color css
<style>
span { border-color: #ACACA4; }
span { border-color: rgb(172,172,164); }
td.TdClassName
{
border-color: #ACACA4;
}
.TagClassName
{
border-color: #ACACA4;
}
</style>