Shades of Brass #AAA43A
Tints of Brass #AAA43A
RGB
CMYK
RGB Variations
Color information
#AAA43A (or 0xAAA43A) is known color: Brass. HEX triplet: AA, A4 and 3A. RGB value is (170,164,58). Sum of RGB (Red+Green+Blue) = 170+164+58=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43A is #555BC5. Grayscale: #9A9A9A. Windows color (decimal): -5594054 or 3843242. OLE color: 3843242.
HSL color Cylindrical-coordinate representation of color #AAA43A: hue angle of 56.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA43A is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 58 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.33 |
| HSL | 56.79º | 0.49% | 0.45% | - |
| HSV(B) | 56.79º | 0.66% | 0.67% | - |
| XYZ | 30.62 | 35.4 | 9.22 | - |
| YUV | 153.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 58 | 0 | 0.04 | 0.66 | 0.33 | 56.79 | 0.49 | 0.45 |
| Hex | AA | A4 | 3A | 0 | 4 | 42 | 21 | 39 | 31 | 2D |
| Octal | 252 | 244 | 72 | 0 | 4 | 102 | 41 | 71 | 61 | 55 |
| Binary | 10101010 | 10100100 | 111010 | 0 | 100 | 1000010 | 100001 | 111001 | 110001 | 101101 |
Color Harmonies of #AAA43A
Complementary color
Monochromatic Colors of #AAA43A
Black with #AAA43A
Text Example
Text Example
White with #AAA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA43A; }
p { color: rgb(170,164,58); }
H1.HeaderClassName
{
color: #AAA43A;
}
.AnyTagClassName
{
color: #AAA43A;
}
</style>
background-color css
<style>
a { background-color: #AAA43A; }
a { background-color: rgb(170,164,58); }
div.DivClassName
{
background-color: #AAA43A;
}
.BgClassName
{
background-color: #AAA43A;
}
</style>
border-color css
<style>
span { border-color: #AAA43A; }
span { border-color: rgb(170,164,58); }
td.TdClassName
{
border-color: #AAA43A;
}
.TagClassName
{
border-color: #AAA43A;
}
</style>