Shades of Brass #AAA73C
Tints of Brass #AAA73C
RGB
CMYK
RGB Variations
Color information
#AAA73C (or 0xAAA73C) is known color: Brass. HEX triplet: AA, A7 and 3C. RGB value is (170,167,60). Sum of RGB (Red+Green+Blue) = 170+167+60=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA73C is #5558C3. Grayscale: #9C9C9C. Windows color (decimal): -5593284 or 3975082. OLE color: 3975082.
HSL color Cylindrical-coordinate representation of color #AAA73C: hue angle of 58.36º 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 #AAA73C is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 60 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.33 |
| HSL | 58.36º | 0.48% | 0.45% | - |
| HSV(B) | 58.36º | 0.65% | 0.67% | - |
| XYZ | 31.21 | 36.51 | 9.68 | - |
| YUV | 155.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 60 | 0 | 0.02 | 0.65 | 0.33 | 58.36 | 0.48 | 0.45 |
| Hex | AA | A7 | 3C | 0 | 2 | 41 | 21 | 3A | 30 | 2D |
| Octal | 252 | 247 | 74 | 0 | 2 | 101 | 41 | 72 | 60 | 55 |
| Binary | 10101010 | 10100111 | 111100 | 0 | 10 | 1000001 | 100001 | 111010 | 110000 | 101101 |
Color Harmonies of #AAA73C
Complementary color
Monochromatic Colors of #AAA73C
Black with #AAA73C
Text Example
Text Example
White with #AAA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA73C; }
p { color: rgb(170,167,60); }
H1.HeaderClassName
{
color: #AAA73C;
}
.AnyTagClassName
{
color: #AAA73C;
}
</style>
background-color css
<style>
a { background-color: #AAA73C; }
a { background-color: rgb(170,167,60); }
div.DivClassName
{
background-color: #AAA73C;
}
.BgClassName
{
background-color: #AAA73C;
}
</style>
border-color css
<style>
span { border-color: #AAA73C; }
span { border-color: rgb(170,167,60); }
td.TdClassName
{
border-color: #AAA73C;
}
.TagClassName
{
border-color: #AAA73C;
}
</style>