Shades of Brass #ABAA46
Tints of Brass #ABAA46
RGB
CMYK
RGB Variations
Color information
#ABAA46 (or 0xABAA46) is known color: Brass. HEX triplet: AB, AA and 46. RGB value is (171,170,70). Sum of RGB (Red+Green+Blue) = 171+170+70=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA46 is #5455B9. Grayscale: #9F9F9F. Windows color (decimal): -5526970 or 4631211. OLE color: 4631211.
HSL color Cylindrical-coordinate representation of color #ABAA46: hue angle of 59.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABAA46 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 70 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.33 |
| HSL | 59.41º | 0.42% | 0.47% | - |
| HSV(B) | 59.41º | 0.59% | 0.67% | - |
| XYZ | 32.27 | 37.85 | 11.4 | - |
| YUV | 158.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 70 | 0 | 0.01 | 0.59 | 0.33 | 59.41 | 0.42 | 0.47 |
| Hex | AB | AA | 46 | 0 | 1 | 3B | 21 | 3B | 2A | 2F |
| Octal | 253 | 252 | 106 | 0 | 1 | 73 | 41 | 73 | 52 | 57 |
| Binary | 10101011 | 10101010 | 1000110 | 0 | 1 | 111011 | 100001 | 111011 | 101010 | 101111 |
Color Harmonies of #ABAA46
Complementary color
Monochromatic Colors of #ABAA46
Black with #ABAA46
Text Example
Text Example
White with #ABAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA46; }
p { color: rgb(171,170,70); }
H1.HeaderClassName
{
color: #ABAA46;
}
.AnyTagClassName
{
color: #ABAA46;
}
</style>
background-color css
<style>
a { background-color: #ABAA46; }
a { background-color: rgb(171,170,70); }
div.DivClassName
{
background-color: #ABAA46;
}
.BgClassName
{
background-color: #ABAA46;
}
</style>
border-color css
<style>
span { border-color: #ABAA46; }
span { border-color: rgb(171,170,70); }
td.TdClassName
{
border-color: #ABAA46;
}
.TagClassName
{
border-color: #ABAA46;
}
</style>