Shades of Brass #ABA03E
Tints of Brass #ABA03E
RGB
CMYK
RGB Variations
Color information
#ABA03E (or 0xABA03E) is known color: Brass. HEX triplet: AB, A0 and 3E. RGB value is (171,160,62). Sum of RGB (Red+Green+Blue) = 171+160+62=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA03E is #545FC1. Grayscale: #989898. Windows color (decimal): -5529538 or 4104363. OLE color: 4104363.
HSL color Cylindrical-coordinate representation of color #ABA03E: hue angle of 53.94º 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 #ABA03E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 62 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.33 |
| HSL | 53.94º | 0.47% | 0.46% | - |
| HSV(B) | 53.94º | 0.64% | 0.67% | - |
| XYZ | 30.23 | 34.15 | 9.55 | - |
| YUV | 152.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 62 | 0 | 0.06 | 0.64 | 0.33 | 53.94 | 0.47 | 0.46 |
| Hex | AB | A0 | 3E | 0 | 6 | 40 | 21 | 36 | 2F | 2E |
| Octal | 253 | 240 | 76 | 0 | 6 | 100 | 41 | 66 | 57 | 56 |
| Binary | 10101011 | 10100000 | 111110 | 0 | 110 | 1000000 | 100001 | 110110 | 101111 | 101110 |
Color Harmonies of #ABA03E
Complementary color
Monochromatic Colors of #ABA03E
Black with #ABA03E
Text Example
Text Example
White with #ABA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA03E; }
p { color: rgb(171,160,62); }
H1.HeaderClassName
{
color: #ABA03E;
}
.AnyTagClassName
{
color: #ABA03E;
}
</style>
background-color css
<style>
a { background-color: #ABA03E; }
a { background-color: rgb(171,160,62); }
div.DivClassName
{
background-color: #ABA03E;
}
.BgClassName
{
background-color: #ABA03E;
}
</style>
border-color css
<style>
span { border-color: #ABA03E; }
span { border-color: rgb(171,160,62); }
td.TdClassName
{
border-color: #ABA03E;
}
.TagClassName
{
border-color: #ABA03E;
}
</style>