Shades of Brass #AAA44E
Tints of Brass #AAA44E
RGB
CMYK
RGB Variations
Color information
#AAA44E (or 0xAAA44E) is known color: Brass. HEX triplet: AA, A4 and 4E. RGB value is (170,164,78). Sum of RGB (Red+Green+Blue) = 170+164+78=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA44E is #555BB1. Grayscale: #9C9C9C. Windows color (decimal): -5594034 or 5153962. OLE color: 5153962.
HSL color Cylindrical-coordinate representation of color #AAA44E: hue angle of 56.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA44E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 78 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.33 |
| HSL | 56.09º | 0.37% | 0.49% | - |
| HSV(B) | 56.09º | 0.54% | 0.67% | - |
| XYZ | 31.23 | 35.65 | 12.44 | - |
| YUV | 155.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 78 | 0 | 0.04 | 0.54 | 0.33 | 56.09 | 0.37 | 0.49 |
| Hex | AA | A4 | 4E | 0 | 4 | 36 | 21 | 38 | 25 | 31 |
| Octal | 252 | 244 | 116 | 0 | 4 | 66 | 41 | 70 | 45 | 61 |
| Binary | 10101010 | 10100100 | 1001110 | 0 | 100 | 110110 | 100001 | 111000 | 100101 | 110001 |
Color Harmonies of #AAA44E
Complementary color
Monochromatic Colors of #AAA44E
Black with #AAA44E
Text Example
Text Example
White with #AAA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA44E; }
p { color: rgb(170,164,78); }
H1.HeaderClassName
{
color: #AAA44E;
}
.AnyTagClassName
{
color: #AAA44E;
}
</style>
background-color css
<style>
a { background-color: #AAA44E; }
a { background-color: rgb(170,164,78); }
div.DivClassName
{
background-color: #AAA44E;
}
.BgClassName
{
background-color: #AAA44E;
}
</style>
border-color css
<style>
span { border-color: #AAA44E; }
span { border-color: rgb(170,164,78); }
td.TdClassName
{
border-color: #AAA44E;
}
.TagClassName
{
border-color: #AAA44E;
}
</style>