Shades of Brass #ABAA40
Tints of Brass #ABAA40
RGB
CMYK
RGB Variations
Color information
#ABAA40 (or 0xABAA40) is known color: Brass. HEX triplet: AB, AA and 40. RGB value is (171,170,64). Sum of RGB (Red+Green+Blue) = 171+170+64=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA40 is #5455BF. Grayscale: #9E9E9E. Windows color (decimal): -5526976 or 4237995. OLE color: 4237995.
HSL color Cylindrical-coordinate representation of color #ABAA40: hue angle of 59.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABAA40 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 64 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.33 |
| HSL | 59.44º | 0.46% | 0.46% | - |
| HSV(B) | 59.44º | 0.63% | 0.67% | - |
| XYZ | 32.09 | 37.78 | 10.45 | - |
| YUV | 158.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 64 | 0 | 0.01 | 0.63 | 0.33 | 59.44 | 0.46 | 0.46 |
| Hex | AB | AA | 40 | 0 | 1 | 3F | 21 | 3B | 2E | 2E |
| Octal | 253 | 252 | 100 | 0 | 1 | 77 | 41 | 73 | 56 | 56 |
| Binary | 10101011 | 10101010 | 1000000 | 0 | 1 | 111111 | 100001 | 111011 | 101110 | 101110 |
Color Harmonies of #ABAA40
Complementary color
Monochromatic Colors of #ABAA40
Black with #ABAA40
Text Example
Text Example
White with #ABAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA40; }
p { color: rgb(171,170,64); }
H1.HeaderClassName
{
color: #ABAA40;
}
.AnyTagClassName
{
color: #ABAA40;
}
</style>
background-color css
<style>
a { background-color: #ABAA40; }
a { background-color: rgb(171,170,64); }
div.DivClassName
{
background-color: #ABAA40;
}
.BgClassName
{
background-color: #ABAA40;
}
</style>
border-color css
<style>
span { border-color: #ABAA40; }
span { border-color: rgb(171,170,64); }
td.TdClassName
{
border-color: #ABAA40;
}
.TagClassName
{
border-color: #ABAA40;
}
</style>