Shades of Brass #AAA43E
Tints of Brass #AAA43E
RGB
CMYK
RGB Variations
Color information
#AAA43E (or 0xAAA43E) is known color: Brass. HEX triplet: AA, A4 and 3E. RGB value is (170,164,62). Sum of RGB (Red+Green+Blue) = 170+164+62=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43E is #555BC1. Grayscale: #9A9A9A. Windows color (decimal): -5594050 or 4105386. OLE color: 4105386.
HSL color Cylindrical-coordinate representation of color #AAA43E: hue angle of 56.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAA43E is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 62 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.33 |
| HSL | 56.67º | 0.47% | 0.45% | - |
| HSV(B) | 56.67º | 0.64% | 0.67% | - |
| XYZ | 30.72 | 35.44 | 9.78 | - |
| YUV | 154.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 62 | 0 | 0.04 | 0.64 | 0.33 | 56.67 | 0.47 | 0.45 |
| Hex | AA | A4 | 3E | 0 | 4 | 40 | 21 | 39 | 2F | 2D |
| Octal | 252 | 244 | 76 | 0 | 4 | 100 | 41 | 71 | 57 | 55 |
| Binary | 10101010 | 10100100 | 111110 | 0 | 100 | 1000000 | 100001 | 111001 | 101111 | 101101 |
Color Harmonies of #AAA43E
Complementary color
Monochromatic Colors of #AAA43E
Black with #AAA43E
Text Example
Text Example
White with #AAA43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA43E; }
p { color: rgb(170,164,62); }
H1.HeaderClassName
{
color: #AAA43E;
}
.AnyTagClassName
{
color: #AAA43E;
}
</style>
background-color css
<style>
a { background-color: #AAA43E; }
a { background-color: rgb(170,164,62); }
div.DivClassName
{
background-color: #AAA43E;
}
.BgClassName
{
background-color: #AAA43E;
}
</style>
border-color css
<style>
span { border-color: #AAA43E; }
span { border-color: rgb(170,164,62); }
td.TdClassName
{
border-color: #AAA43E;
}
.TagClassName
{
border-color: #AAA43E;
}
</style>