Shades of Brass #AAA134
Tints of Brass #AAA134
RGB
CMYK
RGB Variations
Color information
#AAA134 (or 0xAAA134) is known color: Brass. HEX triplet: AA, A1 and 34. RGB value is (170,161,52). Sum of RGB (Red+Green+Blue) = 170+161+52=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA134 is #555ECB. Grayscale: #979797. Windows color (decimal): -5594828 or 3449258. OLE color: 3449258.
HSL color Cylindrical-coordinate representation of color #AAA134: hue angle of 55.42º 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 #AAA134 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 52 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.33 |
| HSL | 55.42º | 0.53% | 0.44% | - |
| HSV(B) | 55.42º | 0.69% | 0.67% | - |
| XYZ | 29.94 | 34.28 | 8.29 | - |
| YUV | 151.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 52 | 0 | 0.05 | 0.69 | 0.33 | 55.42 | 0.53 | 0.44 |
| Hex | AA | A1 | 34 | 0 | 5 | 45 | 21 | 37 | 35 | 2C |
| Octal | 252 | 241 | 64 | 0 | 5 | 105 | 41 | 67 | 65 | 54 |
| Binary | 10101010 | 10100001 | 110100 | 0 | 101 | 1000101 | 100001 | 110111 | 110101 | 101100 |
Color Harmonies of #AAA134
Complementary color
Monochromatic Colors of #AAA134
Black with #AAA134
Text Example
Text Example
White with #AAA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA134; }
p { color: rgb(170,161,52); }
H1.HeaderClassName
{
color: #AAA134;
}
.AnyTagClassName
{
color: #AAA134;
}
</style>
background-color css
<style>
a { background-color: #AAA134; }
a { background-color: rgb(170,161,52); }
div.DivClassName
{
background-color: #AAA134;
}
.BgClassName
{
background-color: #AAA134;
}
</style>
border-color css
<style>
span { border-color: #AAA134; }
span { border-color: rgb(170,161,52); }
td.TdClassName
{
border-color: #AAA134;
}
.TagClassName
{
border-color: #AAA134;
}
</style>