Shades of Bombay #ACACA3
Tints of Bombay #ACACA3
RGB
CMYK
RGB Variations
Color information
#ACACA3 (or 0xACACA3) is known color: Bombay. HEX triplet: AC, AC and A3. RGB value is (172,172,163). Sum of RGB (Red+Green+Blue) = 172+172+163=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA3 is #53535C. Grayscale: #ABABAB. Windows color (decimal): -5460829 or 10726572. OLE color: 10726572.
HSL color Cylindrical-coordinate representation of color #ACACA3: 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 #ACACA3 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 163 | - |
CMYK | 0 | 0 | 0.05 | 0.33 |
HSL | 60º | 0.05% | 0.66% | - |
HSV(B) | 60º | 0.05% | 0.67% | - |
XYZ | 38.38 | 40.92 | 40.53 | - |
YUV | 170.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 163 | 0 | 0 | 0.05 | 0.33 | 60 | 0.05 | 0.66 |
Hex | AC | AC | A3 | 0 | 0 | 5 | 21 | 3C | 5 | 42 |
Octal | 254 | 254 | 243 | 0 | 0 | 5 | 41 | 74 | 5 | 102 |
Binary | 10101100 | 10101100 | 10100011 | 0 | 0 | 101 | 100001 | 111100 | 101 | 1000010 |
Color Harmonies of #ACACA3
Complementary color
Monochromatic Colors of #ACACA3
Black with #ACACA3
Text Example
Text Example
White with #ACACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACA3; }
p { color: rgb(172,172,163); }
H1.HeaderClassName
{
color: #ACACA3;
}
.AnyTagClassName
{
color: #ACACA3;
}
</style>
background-color css
<style>
a { background-color: #ACACA3; }
a { background-color: rgb(172,172,163); }
div.DivClassName
{
background-color: #ACACA3;
}
.BgClassName
{
background-color: #ACACA3;
}
</style>
border-color css
<style>
span { border-color: #ACACA3; }
span { border-color: rgb(172,172,163); }
td.TdClassName
{
border-color: #ACACA3;
}
.TagClassName
{
border-color: #ACACA3;
}
</style>