Shades of Brass #ABAA4A
Tints of Brass #ABAA4A
RGB
CMYK
RGB Variations
Color information
#ABAA4A (or 0xABAA4A) is known color: Brass. HEX triplet: AB, AA and 4A. RGB value is (171,170,74). Sum of RGB (Red+Green+Blue) = 171+170+74=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA4A is #5455B5. Grayscale: #9F9F9F. Windows color (decimal): -5526966 or 4893355. OLE color: 4893355.
HSL color Cylindrical-coordinate representation of color #ABAA4A: hue angle of 59.38º 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 #ABAA4A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 74 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.33 |
| HSL | 59.38º | 0.4% | 0.48% | - |
| HSV(B) | 59.38º | 0.57% | 0.67% | - |
| XYZ | 32.41 | 37.9 | 12.09 | - |
| YUV | 159.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 74 | 0 | 0.01 | 0.57 | 0.33 | 59.38 | 0.4 | 0.48 |
| Hex | AB | AA | 4A | 0 | 1 | 39 | 21 | 3B | 28 | 30 |
| Octal | 253 | 252 | 112 | 0 | 1 | 71 | 41 | 73 | 50 | 60 |
| Binary | 10101011 | 10101010 | 1001010 | 0 | 1 | 111001 | 100001 | 111011 | 101000 | 110000 |
Color Harmonies of #ABAA4A
Complementary color
Monochromatic Colors of #ABAA4A
Black with #ABAA4A
Text Example
Text Example
White with #ABAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA4A; }
p { color: rgb(171,170,74); }
H1.HeaderClassName
{
color: #ABAA4A;
}
.AnyTagClassName
{
color: #ABAA4A;
}
</style>
background-color css
<style>
a { background-color: #ABAA4A; }
a { background-color: rgb(171,170,74); }
div.DivClassName
{
background-color: #ABAA4A;
}
.BgClassName
{
background-color: #ABAA4A;
}
</style>
border-color css
<style>
span { border-color: #ABAA4A; }
span { border-color: rgb(171,170,74); }
td.TdClassName
{
border-color: #ABAA4A;
}
.TagClassName
{
border-color: #ABAA4A;
}
</style>