Shades of Brass #ABAA3E
Tints of Brass #ABAA3E
RGB
CMYK
RGB Variations
Color information
#ABAA3E (or 0xABAA3E) is known color: Brass. HEX triplet: AB, AA and 3E. RGB value is (171,170,62). Sum of RGB (Red+Green+Blue) = 171+170+62=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA3E is #5455C1. Grayscale: #9E9E9E. Windows color (decimal): -5526978 or 4106923. OLE color: 4106923.
HSL color Cylindrical-coordinate representation of color #ABAA3E: hue angle of 59.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABAA3E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 62 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.33 |
| HSL | 59.45º | 0.47% | 0.46% | - |
| HSV(B) | 59.45º | 0.64% | 0.67% | - |
| XYZ | 32.04 | 37.76 | 10.16 | - |
| YUV | 157.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 62 | 0 | 0.01 | 0.64 | 0.33 | 59.45 | 0.47 | 0.46 |
| Hex | AB | AA | 3E | 0 | 1 | 40 | 21 | 3B | 2F | 2E |
| Octal | 253 | 252 | 76 | 0 | 1 | 100 | 41 | 73 | 57 | 56 |
| Binary | 10101011 | 10101010 | 111110 | 0 | 1 | 1000000 | 100001 | 111011 | 101111 | 101110 |
Color Harmonies of #ABAA3E
Complementary color
Monochromatic Colors of #ABAA3E
Black with #ABAA3E
Text Example
Text Example
White with #ABAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA3E; }
p { color: rgb(171,170,62); }
H1.HeaderClassName
{
color: #ABAA3E;
}
.AnyTagClassName
{
color: #ABAA3E;
}
</style>
background-color css
<style>
a { background-color: #ABAA3E; }
a { background-color: rgb(171,170,62); }
div.DivClassName
{
background-color: #ABAA3E;
}
.BgClassName
{
background-color: #ABAA3E;
}
</style>
border-color css
<style>
span { border-color: #ABAA3E; }
span { border-color: rgb(171,170,62); }
td.TdClassName
{
border-color: #ABAA3E;
}
.TagClassName
{
border-color: #ABAA3E;
}
</style>