Shades of Brass #AAA44F
Tints of Brass #AAA44F
RGB
CMYK
RGB Variations
Color information
#AAA44F (or 0xAAA44F) is known color: Brass. HEX triplet: AA, A4 and 4F. RGB value is (170,164,79). Sum of RGB (Red+Green+Blue) = 170+164+79=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA44F is #555BB0. Grayscale: #9C9C9C. Windows color (decimal): -5594033 or 5219498. OLE color: 5219498.
HSL color Cylindrical-coordinate representation of color #AAA44F: hue angle of 56.04º 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 #AAA44F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 79 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.33 |
| HSL | 56.04º | 0.37% | 0.49% | - |
| HSV(B) | 56.04º | 0.54% | 0.67% | - |
| XYZ | 31.26 | 35.66 | 12.63 | - |
| YUV | 156.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 79 | 0 | 0.04 | 0.54 | 0.33 | 56.04 | 0.37 | 0.49 |
| Hex | AA | A4 | 4F | 0 | 4 | 36 | 21 | 38 | 25 | 31 |
| Octal | 252 | 244 | 117 | 0 | 4 | 66 | 41 | 70 | 45 | 61 |
| Binary | 10101010 | 10100100 | 1001111 | 0 | 100 | 110110 | 100001 | 111000 | 100101 | 110001 |
Color Harmonies of #AAA44F
Complementary color
Monochromatic Colors of #AAA44F
Black with #AAA44F
Text Example
Text Example
White with #AAA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA44F; }
p { color: rgb(170,164,79); }
H1.HeaderClassName
{
color: #AAA44F;
}
.AnyTagClassName
{
color: #AAA44F;
}
</style>
background-color css
<style>
a { background-color: #AAA44F; }
a { background-color: rgb(170,164,79); }
div.DivClassName
{
background-color: #AAA44F;
}
.BgClassName
{
background-color: #AAA44F;
}
</style>
border-color css
<style>
span { border-color: #AAA44F; }
span { border-color: rgb(170,164,79); }
td.TdClassName
{
border-color: #AAA44F;
}
.TagClassName
{
border-color: #AAA44F;
}
</style>