Shades of Brass #ABAA49
Tints of Brass #ABAA49
RGB
CMYK
RGB Variations
Color information
#ABAA49 (or 0xABAA49) is known color: Brass. HEX triplet: AB, AA and 49. RGB value is (171,170,73). Sum of RGB (Red+Green+Blue) = 171+170+73=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA49 is #5455B6. Grayscale: #9F9F9F. Windows color (decimal): -5526967 or 4827819. OLE color: 4827819.
HSL color Cylindrical-coordinate representation of color #ABAA49: hue angle of 59.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABAA49 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 73 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.33 |
| HSL | 59.39º | 0.4% | 0.48% | - |
| HSV(B) | 59.39º | 0.57% | 0.67% | - |
| XYZ | 32.37 | 37.89 | 11.91 | - |
| YUV | 159.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 73 | 0 | 0.01 | 0.57 | 0.33 | 59.39 | 0.4 | 0.48 |
| Hex | AB | AA | 49 | 0 | 1 | 39 | 21 | 3B | 28 | 30 |
| Octal | 253 | 252 | 111 | 0 | 1 | 71 | 41 | 73 | 50 | 60 |
| Binary | 10101011 | 10101010 | 1001001 | 0 | 1 | 111001 | 100001 | 111011 | 101000 | 110000 |
Color Harmonies of #ABAA49
Complementary color
Monochromatic Colors of #ABAA49
Black with #ABAA49
Text Example
Text Example
White with #ABAA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA49; }
p { color: rgb(171,170,73); }
H1.HeaderClassName
{
color: #ABAA49;
}
.AnyTagClassName
{
color: #ABAA49;
}
</style>
background-color css
<style>
a { background-color: #ABAA49; }
a { background-color: rgb(171,170,73); }
div.DivClassName
{
background-color: #ABAA49;
}
.BgClassName
{
background-color: #ABAA49;
}
</style>
border-color css
<style>
span { border-color: #ABAA49; }
span { border-color: rgb(171,170,73); }
td.TdClassName
{
border-color: #ABAA49;
}
.TagClassName
{
border-color: #ABAA49;
}
</style>