Shades of Brass #AAA334
Tints of Brass #AAA334
RGB
CMYK
RGB Variations
Color information
#AAA334 (or 0xAAA334) is known color: Brass. HEX triplet: AA, A3 and 34. RGB value is (170,163,52). Sum of RGB (Red+Green+Blue) = 170+163+52=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA334 is #555CCB. Grayscale: #989898. Windows color (decimal): -5594316 or 3449770. OLE color: 3449770.
HSL color Cylindrical-coordinate representation of color #AAA334: hue angle of 56.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAA334 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 52 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.33 |
| HSL | 56.44º | 0.53% | 0.44% | - |
| HSV(B) | 56.44º | 0.69% | 0.67% | - |
| XYZ | 30.29 | 34.99 | 8.41 | - |
| YUV | 152.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 52 | 0 | 0.04 | 0.69 | 0.33 | 56.44 | 0.53 | 0.44 |
| Hex | AA | A3 | 34 | 0 | 4 | 45 | 21 | 38 | 35 | 2C |
| Octal | 252 | 243 | 64 | 0 | 4 | 105 | 41 | 70 | 65 | 54 |
| Binary | 10101010 | 10100011 | 110100 | 0 | 100 | 1000101 | 100001 | 111000 | 110101 | 101100 |
Color Harmonies of #AAA334
Complementary color
Monochromatic Colors of #AAA334
Black with #AAA334
Text Example
Text Example
White with #AAA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA334; }
p { color: rgb(170,163,52); }
H1.HeaderClassName
{
color: #AAA334;
}
.AnyTagClassName
{
color: #AAA334;
}
</style>
background-color css
<style>
a { background-color: #AAA334; }
a { background-color: rgb(170,163,52); }
div.DivClassName
{
background-color: #AAA334;
}
.BgClassName
{
background-color: #AAA334;
}
</style>
border-color css
<style>
span { border-color: #AAA334; }
span { border-color: rgb(170,163,52); }
td.TdClassName
{
border-color: #AAA334;
}
.TagClassName
{
border-color: #AAA334;
}
</style>