Shades of Brass #ABA64E
Tints of Brass #ABA64E
RGB
CMYK
RGB Variations
Color information
#ABA64E (or 0xABA64E) is known color: Brass. HEX triplet: AB, A6 and 4E. RGB value is (171,166,78). Sum of RGB (Red+Green+Blue) = 171+166+78=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA64E is #5459B1. Grayscale: #9D9D9D. Windows color (decimal): -5527986 or 5154475. OLE color: 5154475.
HSL color Cylindrical-coordinate representation of color #ABA64E: hue angle of 56.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABA64E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 78 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.33 |
| HSL | 56.77º | 0.37% | 0.49% | - |
| HSV(B) | 56.77º | 0.54% | 0.67% | - |
| XYZ | 31.81 | 36.48 | 12.57 | - |
| YUV | 157.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 78 | 0 | 0.03 | 0.54 | 0.33 | 56.77 | 0.37 | 0.49 |
| Hex | AB | A6 | 4E | 0 | 3 | 36 | 21 | 39 | 25 | 31 |
| Octal | 253 | 246 | 116 | 0 | 3 | 66 | 41 | 71 | 45 | 61 |
| Binary | 10101011 | 10100110 | 1001110 | 0 | 11 | 110110 | 100001 | 111001 | 100101 | 110001 |
Color Harmonies of #ABA64E
Complementary color
Monochromatic Colors of #ABA64E
Black with #ABA64E
Text Example
Text Example
White with #ABA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA64E; }
p { color: rgb(171,166,78); }
H1.HeaderClassName
{
color: #ABA64E;
}
.AnyTagClassName
{
color: #ABA64E;
}
</style>
background-color css
<style>
a { background-color: #ABA64E; }
a { background-color: rgb(171,166,78); }
div.DivClassName
{
background-color: #ABA64E;
}
.BgClassName
{
background-color: #ABA64E;
}
</style>
border-color css
<style>
span { border-color: #ABA64E; }
span { border-color: rgb(171,166,78); }
td.TdClassName
{
border-color: #ABA64E;
}
.TagClassName
{
border-color: #ABA64E;
}
</style>