Shades of Brass #AB9C3C
Tints of Brass #AB9C3C
RGB
CMYK
RGB Variations
Color information
#AB9C3C (or 0xAB9C3C) is known color: Brass. HEX triplet: AB, 9C and 3C. RGB value is (171,156,60). Sum of RGB (Red+Green+Blue) = 171+156+60=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C3C is #5463C3. Grayscale: #959595. Windows color (decimal): -5530564 or 3972267. OLE color: 3972267.
HSL color Cylindrical-coordinate representation of color #AB9C3C: hue angle of 51.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB9C3C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 60 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.33 |
| HSL | 51.89º | 0.48% | 0.45% | - |
| HSV(B) | 51.89º | 0.65% | 0.67% | - |
| XYZ | 29.5 | 32.76 | 9.04 | - |
| YUV | 149.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 60 | 0 | 0.09 | 0.65 | 0.33 | 51.89 | 0.48 | 0.45 |
| Hex | AB | 9C | 3C | 0 | 9 | 41 | 21 | 34 | 30 | 2D |
| Octal | 253 | 234 | 74 | 0 | 11 | 101 | 41 | 64 | 60 | 55 |
| Binary | 10101011 | 10011100 | 111100 | 0 | 1001 | 1000001 | 100001 | 110100 | 110000 | 101101 |
Color Harmonies of #AB9C3C
Complementary color
Monochromatic Colors of #AB9C3C
Black with #AB9C3C
Text Example
Text Example
White with #AB9C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C3C; }
p { color: rgb(171,156,60); }
H1.HeaderClassName
{
color: #AB9C3C;
}
.AnyTagClassName
{
color: #AB9C3C;
}
</style>
background-color css
<style>
a { background-color: #AB9C3C; }
a { background-color: rgb(171,156,60); }
div.DivClassName
{
background-color: #AB9C3C;
}
.BgClassName
{
background-color: #AB9C3C;
}
</style>
border-color css
<style>
span { border-color: #AB9C3C; }
span { border-color: rgb(171,156,60); }
td.TdClassName
{
border-color: #AB9C3C;
}
.TagClassName
{
border-color: #AB9C3C;
}
</style>