Shades of Brass #AA9F3C
Tints of Brass #AA9F3C
RGB
CMYK
RGB Variations
Color information
#AA9F3C (or 0xAA9F3C) is known color: Brass. HEX triplet: AA, 9F and 3C. RGB value is (170,159,60). Sum of RGB (Red+Green+Blue) = 170+159+60=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F3C is #5560C3. Grayscale: #979797. Windows color (decimal): -5595332 or 3973034. OLE color: 3973034.
HSL color Cylindrical-coordinate representation of color #AA9F3C: hue angle of 54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA9F3C is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 60 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.33 |
| HSL | 54º | 0.48% | 0.45% | - |
| HSV(B) | 54º | 0.65% | 0.67% | - |
| XYZ | 29.79 | 33.67 | 9.2 | - |
| YUV | 151 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 60 | 0 | 0.06 | 0.65 | 0.33 | 54 | 0.48 | 0.45 |
| Hex | AA | 9F | 3C | 0 | 6 | 41 | 21 | 36 | 30 | 2D |
| Octal | 252 | 237 | 74 | 0 | 6 | 101 | 41 | 66 | 60 | 55 |
| Binary | 10101010 | 10011111 | 111100 | 0 | 110 | 1000001 | 100001 | 110110 | 110000 | 101101 |
Color Harmonies of #AA9F3C
Complementary color
Monochromatic Colors of #AA9F3C
Black with #AA9F3C
Text Example
Text Example
White with #AA9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F3C; }
p { color: rgb(170,159,60); }
H1.HeaderClassName
{
color: #AA9F3C;
}
.AnyTagClassName
{
color: #AA9F3C;
}
</style>
background-color css
<style>
a { background-color: #AA9F3C; }
a { background-color: rgb(170,159,60); }
div.DivClassName
{
background-color: #AA9F3C;
}
.BgClassName
{
background-color: #AA9F3C;
}
</style>
border-color css
<style>
span { border-color: #AA9F3C; }
span { border-color: rgb(170,159,60); }
td.TdClassName
{
border-color: #AA9F3C;
}
.TagClassName
{
border-color: #AA9F3C;
}
</style>