Shades of Brass #AA9F34
Tints of Brass #AA9F34
RGB
CMYK
RGB Variations
Color information
#AA9F34 (or 0xAA9F34) is known color: Brass. HEX triplet: AA, 9F and 34. RGB value is (170,159,52). Sum of RGB (Red+Green+Blue) = 170+159+52=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F34 is #5560CB. Grayscale: #969696. Windows color (decimal): -5595340 or 3448746. OLE color: 3448746.
HSL color Cylindrical-coordinate representation of color #AA9F34: hue angle of 54.41º 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 #AA9F34 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 52 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.33 |
| HSL | 54.41º | 0.53% | 0.44% | - |
| HSV(B) | 54.41º | 0.69% | 0.67% | - |
| XYZ | 29.6 | 33.59 | 8.17 | - |
| YUV | 150.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 52 | 0 | 0.06 | 0.69 | 0.33 | 54.41 | 0.53 | 0.44 |
| Hex | AA | 9F | 34 | 0 | 6 | 45 | 21 | 36 | 35 | 2C |
| Octal | 252 | 237 | 64 | 0 | 6 | 105 | 41 | 66 | 65 | 54 |
| Binary | 10101010 | 10011111 | 110100 | 0 | 110 | 1000101 | 100001 | 110110 | 110101 | 101100 |
Color Harmonies of #AA9F34
Complementary color
Monochromatic Colors of #AA9F34
Black with #AA9F34
Text Example
Text Example
White with #AA9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F34; }
p { color: rgb(170,159,52); }
H1.HeaderClassName
{
color: #AA9F34;
}
.AnyTagClassName
{
color: #AA9F34;
}
</style>
background-color css
<style>
a { background-color: #AA9F34; }
a { background-color: rgb(170,159,52); }
div.DivClassName
{
background-color: #AA9F34;
}
.BgClassName
{
background-color: #AA9F34;
}
</style>
border-color css
<style>
span { border-color: #AA9F34; }
span { border-color: rgb(170,159,52); }
td.TdClassName
{
border-color: #AA9F34;
}
.TagClassName
{
border-color: #AA9F34;
}
</style>