Shades of Brass #ABA13C
Tints of Brass #ABA13C
RGB
CMYK
RGB Variations
Color information
#ABA13C (or 0xABA13C) is known color: Brass. HEX triplet: AB, A1 and 3C. RGB value is (171,161,60). Sum of RGB (Red+Green+Blue) = 171+161+60=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA13C is #545EC3. Grayscale: #989898. Windows color (decimal): -5529284 or 3973547. OLE color: 3973547.
HSL color Cylindrical-coordinate representation of color #ABA13C: hue angle of 54.59º 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 #ABA13C is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 60 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.33 |
| HSL | 54.59º | 0.48% | 0.45% | - |
| HSV(B) | 54.59º | 0.65% | 0.67% | - |
| XYZ | 30.36 | 34.47 | 9.33 | - |
| YUV | 152.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 60 | 0 | 0.06 | 0.65 | 0.33 | 54.59 | 0.48 | 0.45 |
| Hex | AB | A1 | 3C | 0 | 6 | 41 | 21 | 37 | 30 | 2D |
| Octal | 253 | 241 | 74 | 0 | 6 | 101 | 41 | 67 | 60 | 55 |
| Binary | 10101011 | 10100001 | 111100 | 0 | 110 | 1000001 | 100001 | 110111 | 110000 | 101101 |
Color Harmonies of #ABA13C
Complementary color
Monochromatic Colors of #ABA13C
Black with #ABA13C
Text Example
Text Example
White with #ABA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA13C; }
p { color: rgb(171,161,60); }
H1.HeaderClassName
{
color: #ABA13C;
}
.AnyTagClassName
{
color: #ABA13C;
}
</style>
background-color css
<style>
a { background-color: #ABA13C; }
a { background-color: rgb(171,161,60); }
div.DivClassName
{
background-color: #ABA13C;
}
.BgClassName
{
background-color: #ABA13C;
}
</style>
border-color css
<style>
span { border-color: #ABA13C; }
span { border-color: rgb(171,161,60); }
td.TdClassName
{
border-color: #ABA13C;
}
.TagClassName
{
border-color: #ABA13C;
}
</style>