Shades of Brass #AB9C39
Tints of Brass #AB9C39
RGB
CMYK
RGB Variations
Color information
#AB9C39 (or 0xAB9C39) is known color: Brass. HEX triplet: AB, 9C and 39. RGB value is (171,156,57). Sum of RGB (Red+Green+Blue) = 171+156+57=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C39 is #5463C6. Grayscale: #959595. Windows color (decimal): -5530567 or 3775659. OLE color: 3775659.
HSL color Cylindrical-coordinate representation of color #AB9C39: hue angle of 52.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB9C39 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 57 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.33 |
| HSL | 52.11º | 0.5% | 0.45% | - |
| HSV(B) | 52.11º | 0.67% | 0.67% | - |
| XYZ | 29.42 | 32.73 | 8.64 | - |
| YUV | 149.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 57 | 0 | 0.09 | 0.67 | 0.33 | 52.11 | 0.5 | 0.45 |
| Hex | AB | 9C | 39 | 0 | 9 | 43 | 21 | 34 | 32 | 2D |
| Octal | 253 | 234 | 71 | 0 | 11 | 103 | 41 | 64 | 62 | 55 |
| Binary | 10101011 | 10011100 | 111001 | 0 | 1001 | 1000011 | 100001 | 110100 | 110010 | 101101 |
Color Harmonies of #AB9C39
Complementary color
Monochromatic Colors of #AB9C39
Black with #AB9C39
Text Example
Text Example
White with #AB9C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C39; }
p { color: rgb(171,156,57); }
H1.HeaderClassName
{
color: #AB9C39;
}
.AnyTagClassName
{
color: #AB9C39;
}
</style>
background-color css
<style>
a { background-color: #AB9C39; }
a { background-color: rgb(171,156,57); }
div.DivClassName
{
background-color: #AB9C39;
}
.BgClassName
{
background-color: #AB9C39;
}
</style>
border-color css
<style>
span { border-color: #AB9C39; }
span { border-color: rgb(171,156,57); }
td.TdClassName
{
border-color: #AB9C39;
}
.TagClassName
{
border-color: #AB9C39;
}
</style>