Shades of Bombay #ACACA2
Tints of Bombay #ACACA2
RGB
CMYK
RGB Variations
Color information
#ACACA2 (or 0xACACA2) is known color: Bombay. HEX triplet: AC, AC and A2. RGB value is (172,172,162). Sum of RGB (Red+Green+Blue) = 172+172+162=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA2 is #53535D. Grayscale: #AAAAAA. Windows color (decimal): -5460830 or 10661036. OLE color: 10661036.
HSL color Cylindrical-coordinate representation of color #ACACA2: hue angle of 60º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACACA2 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 162 | - |
CMYK | 0 | 0 | 0.06 | 0.33 |
HSL | 60º | 0.06% | 0.65% | - |
HSV(B) | 60º | 0.06% | 0.67% | - |
XYZ | 38.29 | 40.88 | 40.06 | - |
YUV | 170.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 162 | 0 | 0 | 0.06 | 0.33 | 60 | 0.06 | 0.65 |
Hex | AC | AC | A2 | 0 | 0 | 6 | 21 | 3C | 6 | 41 |
Octal | 254 | 254 | 242 | 0 | 0 | 6 | 41 | 74 | 6 | 101 |
Binary | 10101100 | 10101100 | 10100010 | 0 | 0 | 110 | 100001 | 111100 | 110 | 1000001 |
Color Harmonies of #ACACA2
Complementary color
Monochromatic Colors of #ACACA2
Black with #ACACA2
Text Example
Text Example
White with #ACACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACA2; }
p { color: rgb(172,172,162); }
H1.HeaderClassName
{
color: #ACACA2;
}
.AnyTagClassName
{
color: #ACACA2;
}
</style>
background-color css
<style>
a { background-color: #ACACA2; }
a { background-color: rgb(172,172,162); }
div.DivClassName
{
background-color: #ACACA2;
}
.BgClassName
{
background-color: #ACACA2;
}
</style>
border-color css
<style>
span { border-color: #ACACA2; }
span { border-color: rgb(172,172,162); }
td.TdClassName
{
border-color: #ACACA2;
}
.TagClassName
{
border-color: #ACACA2;
}
</style>