Shades of Brass #ABA13E
Tints of Brass #ABA13E
RGB
CMYK
RGB Variations
Color information
#ABA13E (or 0xABA13E) is known color: Brass. HEX triplet: AB, A1 and 3E. RGB value is (171,161,62). Sum of RGB (Red+Green+Blue) = 171+161+62=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA13E is #545EC1. Grayscale: #999999. Windows color (decimal): -5529282 or 4104619. OLE color: 4104619.
HSL color Cylindrical-coordinate representation of color #ABA13E: hue angle of 54.5º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABA13E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 62 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.33 |
| HSL | 54.5º | 0.47% | 0.46% | - |
| HSV(B) | 54.5º | 0.64% | 0.67% | - |
| XYZ | 30.41 | 34.5 | 9.61 | - |
| YUV | 152.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 62 | 0 | 0.06 | 0.64 | 0.33 | 54.5 | 0.47 | 0.46 |
| Hex | AB | A1 | 3E | 0 | 6 | 40 | 21 | 36 | 2F | 2E |
| Octal | 253 | 241 | 76 | 0 | 6 | 100 | 41 | 66 | 57 | 56 |
| Binary | 10101011 | 10100001 | 111110 | 0 | 110 | 1000000 | 100001 | 110110 | 101111 | 101110 |
Color Harmonies of #ABA13E
Complementary color
Monochromatic Colors of #ABA13E
Black with #ABA13E
Text Example
Text Example
White with #ABA13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA13E; }
p { color: rgb(171,161,62); }
H1.HeaderClassName
{
color: #ABA13E;
}
.AnyTagClassName
{
color: #ABA13E;
}
</style>
background-color css
<style>
a { background-color: #ABA13E; }
a { background-color: rgb(171,161,62); }
div.DivClassName
{
background-color: #ABA13E;
}
.BgClassName
{
background-color: #ABA13E;
}
</style>
border-color css
<style>
span { border-color: #ABA13E; }
span { border-color: rgb(171,161,62); }
td.TdClassName
{
border-color: #ABA13E;
}
.TagClassName
{
border-color: #ABA13E;
}
</style>