Shades of Brass #ABAB48
Tints of Brass #ABAB48
RGB
CMYK
RGB Variations
Color information
#ABAB48 (or 0xABAB48) is known color: Brass. HEX triplet: AB, AB and 48. RGB value is (171,171,72). Sum of RGB (Red+Green+Blue) = 171+171+72=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB48 is #5454B7. Grayscale: #A0A0A0. Windows color (decimal): -5526712 or 4762539. OLE color: 4762539.
HSL color Cylindrical-coordinate representation of color #ABAB48: hue angle of 60º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABAB48 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 72 | - |
| CMYK | 0 | 0 | 0.58 | 0.33 |
| HSL | 60º | 0.41% | 0.48% | - |
| HSV(B) | 60º | 0.58% | 0.67% | - |
| XYZ | 32.53 | 38.25 | 11.8 | - |
| YUV | 159.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 72 | 0 | 0 | 0.58 | 0.33 | 60 | 0.41 | 0.48 |
| Hex | AB | AB | 48 | 0 | 0 | 3A | 21 | 3C | 29 | 30 |
| Octal | 253 | 253 | 110 | 0 | 0 | 72 | 41 | 74 | 51 | 60 |
| Binary | 10101011 | 10101011 | 1001000 | 0 | 0 | 111010 | 100001 | 111100 | 101001 | 110000 |
Color Harmonies of #ABAB48
Complementary color
Monochromatic Colors of #ABAB48
Black with #ABAB48
Text Example
Text Example
White with #ABAB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB48; }
p { color: rgb(171,171,72); }
H1.HeaderClassName
{
color: #ABAB48;
}
.AnyTagClassName
{
color: #ABAB48;
}
</style>
background-color css
<style>
a { background-color: #ABAB48; }
a { background-color: rgb(171,171,72); }
div.DivClassName
{
background-color: #ABAB48;
}
.BgClassName
{
background-color: #ABAB48;
}
</style>
border-color css
<style>
span { border-color: #ABAB48; }
span { border-color: rgb(171,171,72); }
td.TdClassName
{
border-color: #ABAB48;
}
.TagClassName
{
border-color: #ABAB48;
}
</style>