Shades of Brass #AB9F40
Tints of Brass #AB9F40
RGB
CMYK
RGB Variations
Color information
#AB9F40 (or 0xAB9F40) is known color: Brass. HEX triplet: AB, 9F and 40. RGB value is (171,159,64). Sum of RGB (Red+Green+Blue) = 171+159+64=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F40 is #5460BF. Grayscale: #989898. Windows color (decimal): -5529792 or 4235179. OLE color: 4235179.
HSL color Cylindrical-coordinate representation of color #AB9F40: hue angle of 53.27º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB9F40 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 64 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.33 |
| HSL | 53.27º | 0.46% | 0.46% | - |
| HSV(B) | 53.27º | 0.63% | 0.67% | - |
| XYZ | 30.12 | 33.82 | 9.79 | - |
| YUV | 151.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 64 | 0 | 0.07 | 0.63 | 0.33 | 53.27 | 0.46 | 0.46 |
| Hex | AB | 9F | 40 | 0 | 7 | 3F | 21 | 35 | 2E | 2E |
| Octal | 253 | 237 | 100 | 0 | 7 | 77 | 41 | 65 | 56 | 56 |
| Binary | 10101011 | 10011111 | 1000000 | 0 | 111 | 111111 | 100001 | 110101 | 101110 | 101110 |
Color Harmonies of #AB9F40
Complementary color
Monochromatic Colors of #AB9F40
Black with #AB9F40
Text Example
Text Example
White with #AB9F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F40; }
p { color: rgb(171,159,64); }
H1.HeaderClassName
{
color: #AB9F40;
}
.AnyTagClassName
{
color: #AB9F40;
}
</style>
background-color css
<style>
a { background-color: #AB9F40; }
a { background-color: rgb(171,159,64); }
div.DivClassName
{
background-color: #AB9F40;
}
.BgClassName
{
background-color: #AB9F40;
}
</style>
border-color css
<style>
span { border-color: #AB9F40; }
span { border-color: rgb(171,159,64); }
td.TdClassName
{
border-color: #AB9F40;
}
.TagClassName
{
border-color: #AB9F40;
}
</style>