Shades of Brass #ABA93E
Tints of Brass #ABA93E
RGB
CMYK
RGB Variations
Color information
#ABA93E (or 0xABA93E) is known color: Brass. HEX triplet: AB, A9 and 3E. RGB value is (171,169,62). Sum of RGB (Red+Green+Blue) = 171+169+62=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA93E is #5456C1. Grayscale: #9D9D9D. Windows color (decimal): -5527234 or 4106667. OLE color: 4106667.
HSL color Cylindrical-coordinate representation of color #ABA93E: hue angle of 58.9º 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 #ABA93E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 62 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.33 |
| HSL | 58.9º | 0.47% | 0.46% | - |
| HSV(B) | 58.9º | 0.64% | 0.67% | - |
| XYZ | 31.85 | 37.38 | 10.09 | - |
| YUV | 157.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 62 | 0 | 0.01 | 0.64 | 0.33 | 58.9 | 0.47 | 0.46 |
| Hex | AB | A9 | 3E | 0 | 1 | 40 | 21 | 3B | 2F | 2E |
| Octal | 253 | 251 | 76 | 0 | 1 | 100 | 41 | 73 | 57 | 56 |
| Binary | 10101011 | 10101001 | 111110 | 0 | 1 | 1000000 | 100001 | 111011 | 101111 | 101110 |
Color Harmonies of #ABA93E
Complementary color
Monochromatic Colors of #ABA93E
Black with #ABA93E
Text Example
Text Example
White with #ABA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA93E; }
p { color: rgb(171,169,62); }
H1.HeaderClassName
{
color: #ABA93E;
}
.AnyTagClassName
{
color: #ABA93E;
}
</style>
background-color css
<style>
a { background-color: #ABA93E; }
a { background-color: rgb(171,169,62); }
div.DivClassName
{
background-color: #ABA93E;
}
.BgClassName
{
background-color: #ABA93E;
}
</style>
border-color css
<style>
span { border-color: #ABA93E; }
span { border-color: rgb(171,169,62); }
td.TdClassName
{
border-color: #ABA93E;
}
.TagClassName
{
border-color: #ABA93E;
}
</style>