Shades of Bombay #ACAD9F
Tints of Bombay #ACAD9F
RGB
CMYK
RGB Variations
Color information
#ACAD9F (or 0xACAD9F) is known color: Bombay. HEX triplet: AC, AD and 9F. RGB value is (172,173,159). Sum of RGB (Red+Green+Blue) = 172+173+159=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD9F is #535260. Grayscale: #ABABAB. Windows color (decimal): -5460577 or 10464684. OLE color: 10464684.
HSL color Cylindrical-coordinate representation of color #ACAD9F: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACAD9F is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 159 | - |
CMYK | 0.01 | 0 | 0.08 | 0.32 |
HSL | 64.29º | 0.08% | 0.65% | - |
HSV(B) | 64.29º | 0.08% | 0.68% | - |
XYZ | 38.21 | 41.16 | 38.73 | - |
YUV | 171.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 159 | 0.01 | 0 | 0.08 | 0.32 | 64.29 | 0.08 | 0.65 |
Hex | AC | AD | 9F | 1 | 0 | 8 | 20 | 40 | 8 | 41 |
Octal | 254 | 255 | 237 | 1 | 0 | 10 | 40 | 100 | 10 | 101 |
Binary | 10101100 | 10101101 | 10011111 | 1 | 0 | 1000 | 100000 | 1000000 | 1000 | 1000001 |
Color Harmonies of #ACAD9F
Complementary color
Monochromatic Colors of #ACAD9F
Black with #ACAD9F
Text Example
Text Example
White with #ACAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD9F; }
p { color: rgb(172,173,159); }
H1.HeaderClassName
{
color: #ACAD9F;
}
.AnyTagClassName
{
color: #ACAD9F;
}
</style>
background-color css
<style>
a { background-color: #ACAD9F; }
a { background-color: rgb(172,173,159); }
div.DivClassName
{
background-color: #ACAD9F;
}
.BgClassName
{
background-color: #ACAD9F;
}
</style>
border-color css
<style>
span { border-color: #ACAD9F; }
span { border-color: rgb(172,173,159); }
td.TdClassName
{
border-color: #ACAD9F;
}
.TagClassName
{
border-color: #ACAD9F;
}
</style>