Shades of Brass #AAAB3E
Tints of Brass #AAAB3E
RGB
CMYK
RGB Variations
Color information
#AAAB3E (or 0xAAAB3E) is known color: Brass. HEX triplet: AA, AB and 3E. RGB value is (170,171,62). Sum of RGB (Red+Green+Blue) = 170+171+62=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB3E is #5554C1. Grayscale: #9E9E9E. Windows color (decimal): -5592258 or 4107178. OLE color: 4107178.
HSL color Cylindrical-coordinate representation of color #AAAB3E: hue angle of 60.55º 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 #AAAB3E is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 62 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.33 |
| HSL | 60.55º | 0.47% | 0.46% | - |
| HSV(B) | 60.55º | 0.64% | 0.67% | - |
| XYZ | 32.01 | 38.02 | 10.21 | - |
| YUV | 158.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 62 | 0.01 | 0 | 0.64 | 0.33 | 60.55 | 0.47 | 0.46 |
| Hex | AA | AB | 3E | 1 | 0 | 40 | 21 | 3D | 2F | 2E |
| Octal | 252 | 253 | 76 | 1 | 0 | 100 | 41 | 75 | 57 | 56 |
| Binary | 10101010 | 10101011 | 111110 | 1 | 0 | 1000000 | 100001 | 111101 | 101111 | 101110 |
Color Harmonies of #AAAB3E
Complementary color
Monochromatic Colors of #AAAB3E
Black with #AAAB3E
Text Example
Text Example
White with #AAAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB3E; }
p { color: rgb(170,171,62); }
H1.HeaderClassName
{
color: #AAAB3E;
}
.AnyTagClassName
{
color: #AAAB3E;
}
</style>
background-color css
<style>
a { background-color: #AAAB3E; }
a { background-color: rgb(170,171,62); }
div.DivClassName
{
background-color: #AAAB3E;
}
.BgClassName
{
background-color: #AAAB3E;
}
</style>
border-color css
<style>
span { border-color: #AAAB3E; }
span { border-color: rgb(170,171,62); }
td.TdClassName
{
border-color: #AAAB3E;
}
.TagClassName
{
border-color: #AAAB3E;
}
</style>