Shades of Brass #AA9F42
Tints of Brass #AA9F42
RGB
CMYK
RGB Variations
Color information
#AA9F42 (or 0xAA9F42) is known color: Brass. HEX triplet: AA, 9F and 42. RGB value is (170,159,66). Sum of RGB (Red+Green+Blue) = 170+159+66=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F42 is #5560BD. Grayscale: #989898. Windows color (decimal): -5595326 or 4366250. OLE color: 4366250.
HSL color Cylindrical-coordinate representation of color #AA9F42: hue angle of 53.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9F42 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 66 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.33 |
| HSL | 53.65º | 0.44% | 0.46% | - |
| HSV(B) | 53.65º | 0.61% | 0.67% | - |
| XYZ | 29.96 | 33.74 | 10.09 | - |
| YUV | 151.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 66 | 0 | 0.06 | 0.61 | 0.33 | 53.65 | 0.44 | 0.46 |
| Hex | AA | 9F | 42 | 0 | 6 | 3D | 21 | 36 | 2C | 2E |
| Octal | 252 | 237 | 102 | 0 | 6 | 75 | 41 | 66 | 54 | 56 |
| Binary | 10101010 | 10011111 | 1000010 | 0 | 110 | 111101 | 100001 | 110110 | 101100 | 101110 |
Color Harmonies of #AA9F42
Complementary color
Monochromatic Colors of #AA9F42
Black with #AA9F42
Text Example
Text Example
White with #AA9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F42; }
p { color: rgb(170,159,66); }
H1.HeaderClassName
{
color: #AA9F42;
}
.AnyTagClassName
{
color: #AA9F42;
}
</style>
background-color css
<style>
a { background-color: #AA9F42; }
a { background-color: rgb(170,159,66); }
div.DivClassName
{
background-color: #AA9F42;
}
.BgClassName
{
background-color: #AA9F42;
}
</style>
border-color css
<style>
span { border-color: #AA9F42; }
span { border-color: rgb(170,159,66); }
td.TdClassName
{
border-color: #AA9F42;
}
.TagClassName
{
border-color: #AA9F42;
}
</style>