Shades of Brass #AAAE3A
Tints of Brass #AAAE3A
RGB
CMYK
RGB Variations
Color information
#AAAE3A (or 0xAAAE3A) is known color: Brass. HEX triplet: AA, AE and 3A. RGB value is (170,174,58). Sum of RGB (Red+Green+Blue) = 170+174+58=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE3A is #5551C5. Grayscale: #A0A0A0. Windows color (decimal): -5591494 or 3845802. OLE color: 3845802.
HSL color Cylindrical-coordinate representation of color #AAAE3A: hue angle of 62.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAAE3A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 58 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.32 |
| HSL | 62.07º | 0.5% | 0.45% | - |
| HSV(B) | 62.07º | 0.67% | 0.68% | - |
| XYZ | 32.48 | 39.12 | 9.84 | - |
| YUV | 159.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 58 | 0.02 | 0 | 0.67 | 0.32 | 62.07 | 0.5 | 0.45 |
| Hex | AA | AE | 3A | 2 | 0 | 43 | 20 | 3E | 32 | 2D |
| Octal | 252 | 256 | 72 | 2 | 0 | 103 | 40 | 76 | 62 | 55 |
| Binary | 10101010 | 10101110 | 111010 | 10 | 0 | 1000011 | 100000 | 111110 | 110010 | 101101 |
Color Harmonies of #AAAE3A
Complementary color
Monochromatic Colors of #AAAE3A
Black with #AAAE3A
Text Example
Text Example
White with #AAAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE3A; }
p { color: rgb(170,174,58); }
H1.HeaderClassName
{
color: #AAAE3A;
}
.AnyTagClassName
{
color: #AAAE3A;
}
</style>
background-color css
<style>
a { background-color: #AAAE3A; }
a { background-color: rgb(170,174,58); }
div.DivClassName
{
background-color: #AAAE3A;
}
.BgClassName
{
background-color: #AAAE3A;
}
</style>
border-color css
<style>
span { border-color: #AAAE3A; }
span { border-color: rgb(170,174,58); }
td.TdClassName
{
border-color: #AAAE3A;
}
.TagClassName
{
border-color: #AAAE3A;
}
</style>