Shades of Bombay #ACADA3
Tints of Bombay #ACADA3
RGB
CMYK
RGB Variations
Color information
#ACADA3 (or 0xACADA3) is known color: Bombay. HEX triplet: AC, AD and A3. RGB value is (172,173,163). Sum of RGB (Red+Green+Blue) = 172+173+163=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA3 is #53525C. Grayscale: #ABABAB. Windows color (decimal): -5460573 or 10726828. OLE color: 10726828.
HSL color Cylindrical-coordinate representation of color #ACADA3: hue angle of 66º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACADA3 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 163 | - |
CMYK | 0.01 | 0 | 0.06 | 0.32 |
HSL | 66º | 0.06% | 0.66% | - |
HSV(B) | 66º | 0.06% | 0.68% | - |
XYZ | 38.57 | 41.3 | 40.59 | - |
YUV | 171.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 163 | 0.01 | 0 | 0.06 | 0.32 | 66 | 0.06 | 0.66 |
Hex | AC | AD | A3 | 1 | 0 | 6 | 20 | 42 | 6 | 42 |
Octal | 254 | 255 | 243 | 1 | 0 | 6 | 40 | 102 | 6 | 102 |
Binary | 10101100 | 10101101 | 10100011 | 1 | 0 | 110 | 100000 | 1000010 | 110 | 1000010 |
Color Harmonies of #ACADA3
Complementary color
Monochromatic Colors of #ACADA3
Black with #ACADA3
Text Example
Text Example
White with #ACADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADA3; }
p { color: rgb(172,173,163); }
H1.HeaderClassName
{
color: #ACADA3;
}
.AnyTagClassName
{
color: #ACADA3;
}
</style>
background-color css
<style>
a { background-color: #ACADA3; }
a { background-color: rgb(172,173,163); }
div.DivClassName
{
background-color: #ACADA3;
}
.BgClassName
{
background-color: #ACADA3;
}
</style>
border-color css
<style>
span { border-color: #ACADA3; }
span { border-color: rgb(172,173,163); }
td.TdClassName
{
border-color: #ACADA3;
}
.TagClassName
{
border-color: #ACADA3;
}
</style>