Shades of Brass #AA9F3E
Tints of Brass #AA9F3E
RGB
CMYK
RGB Variations
Color information
#AA9F3E (or 0xAA9F3E) is known color: Brass. HEX triplet: AA, 9F and 3E. RGB value is (170,159,62). Sum of RGB (Red+Green+Blue) = 170+159+62=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F3E is #5560C1. Grayscale: #979797. Windows color (decimal): -5595330 or 4104106. OLE color: 4104106.
HSL color Cylindrical-coordinate representation of color #AA9F3E: hue angle of 53.89º 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 #AA9F3E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 62 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.33 |
| HSL | 53.89º | 0.47% | 0.45% | - |
| HSV(B) | 53.89º | 0.64% | 0.67% | - |
| XYZ | 29.85 | 33.69 | 9.49 | - |
| YUV | 151.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 62 | 0 | 0.06 | 0.64 | 0.33 | 53.89 | 0.47 | 0.45 |
| Hex | AA | 9F | 3E | 0 | 6 | 40 | 21 | 36 | 2F | 2D |
| Octal | 252 | 237 | 76 | 0 | 6 | 100 | 41 | 66 | 57 | 55 |
| Binary | 10101010 | 10011111 | 111110 | 0 | 110 | 1000000 | 100001 | 110110 | 101111 | 101101 |
Color Harmonies of #AA9F3E
Complementary color
Monochromatic Colors of #AA9F3E
Black with #AA9F3E
Text Example
Text Example
White with #AA9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F3E; }
p { color: rgb(170,159,62); }
H1.HeaderClassName
{
color: #AA9F3E;
}
.AnyTagClassName
{
color: #AA9F3E;
}
</style>
background-color css
<style>
a { background-color: #AA9F3E; }
a { background-color: rgb(170,159,62); }
div.DivClassName
{
background-color: #AA9F3E;
}
.BgClassName
{
background-color: #AA9F3E;
}
</style>
border-color css
<style>
span { border-color: #AA9F3E; }
span { border-color: rgb(170,159,62); }
td.TdClassName
{
border-color: #AA9F3E;
}
.TagClassName
{
border-color: #AA9F3E;
}
</style>