Shades of Brass #ABAB40
Tints of Brass #ABAB40
RGB
CMYK
RGB Variations
Color information
#ABAB40 (or 0xABAB40) is known color: Brass. HEX triplet: AB, AB and 40. RGB value is (171,171,64). Sum of RGB (Red+Green+Blue) = 171+171+64=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB40 is #5454BF. Grayscale: #9F9F9F. Windows color (decimal): -5526720 or 4238251. OLE color: 4238251.
HSL color Cylindrical-coordinate representation of color #ABAB40: hue angle of 60º 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 #ABAB40 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 64 | - |
| CMYK | 0 | 0 | 0.63 | 0.33 |
| HSL | 60º | 0.46% | 0.46% | - |
| HSV(B) | 60º | 0.63% | 0.67% | - |
| XYZ | 32.28 | 38.15 | 10.51 | - |
| YUV | 158.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 64 | 0 | 0 | 0.63 | 0.33 | 60 | 0.46 | 0.46 |
| Hex | AB | AB | 40 | 0 | 0 | 3F | 21 | 3C | 2E | 2E |
| Octal | 253 | 253 | 100 | 0 | 0 | 77 | 41 | 74 | 56 | 56 |
| Binary | 10101011 | 10101011 | 1000000 | 0 | 0 | 111111 | 100001 | 111100 | 101110 | 101110 |
Color Harmonies of #ABAB40
Complementary color
Monochromatic Colors of #ABAB40
Black with #ABAB40
Text Example
Text Example
White with #ABAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB40; }
p { color: rgb(171,171,64); }
H1.HeaderClassName
{
color: #ABAB40;
}
.AnyTagClassName
{
color: #ABAB40;
}
</style>
background-color css
<style>
a { background-color: #ABAB40; }
a { background-color: rgb(171,171,64); }
div.DivClassName
{
background-color: #ABAB40;
}
.BgClassName
{
background-color: #ABAB40;
}
</style>
border-color css
<style>
span { border-color: #ABAB40; }
span { border-color: rgb(171,171,64); }
td.TdClassName
{
border-color: #ABAB40;
}
.TagClassName
{
border-color: #ABAB40;
}
</style>