Shades of Brass #AAAE3E
Tints of Brass #AAAE3E
RGB
CMYK
RGB Variations
Color information
#AAAE3E (or 0xAAAE3E) is known color: Brass. HEX triplet: AA, AE and 3E. RGB value is (170,174,62). Sum of RGB (Red+Green+Blue) = 170+174+62=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE3E is #5551C1. Grayscale: #A0A0A0. Windows color (decimal): -5591490 or 4107946. OLE color: 4107946.
HSL color Cylindrical-coordinate representation of color #AAAE3E: hue angle of 62.14º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAAE3E is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 62 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.32 |
| HSL | 62.14º | 0.47% | 0.46% | - |
| HSV(B) | 62.14º | 0.64% | 0.68% | - |
| XYZ | 32.58 | 39.17 | 10.4 | - |
| YUV | 160.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 62 | 0.02 | 0 | 0.64 | 0.32 | 62.14 | 0.47 | 0.46 |
| Hex | AA | AE | 3E | 2 | 0 | 40 | 20 | 3E | 2F | 2E |
| Octal | 252 | 256 | 76 | 2 | 0 | 100 | 40 | 76 | 57 | 56 |
| Binary | 10101010 | 10101110 | 111110 | 10 | 0 | 1000000 | 100000 | 111110 | 101111 | 101110 |
Color Harmonies of #AAAE3E
Complementary color
Monochromatic Colors of #AAAE3E
Black with #AAAE3E
Text Example
Text Example
White with #AAAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE3E; }
p { color: rgb(170,174,62); }
H1.HeaderClassName
{
color: #AAAE3E;
}
.AnyTagClassName
{
color: #AAAE3E;
}
</style>
background-color css
<style>
a { background-color: #AAAE3E; }
a { background-color: rgb(170,174,62); }
div.DivClassName
{
background-color: #AAAE3E;
}
.BgClassName
{
background-color: #AAAE3E;
}
</style>
border-color css
<style>
span { border-color: #AAAE3E; }
span { border-color: rgb(170,174,62); }
td.TdClassName
{
border-color: #AAAE3E;
}
.TagClassName
{
border-color: #AAAE3E;
}
</style>