Shades of Brass #AAA43C
Tints of Brass #AAA43C
RGB
CMYK
RGB Variations
Color information
#AAA43C (or 0xAAA43C) is known color: Brass. HEX triplet: AA, A4 and 3C. RGB value is (170,164,60). Sum of RGB (Red+Green+Blue) = 170+164+60=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43C is #555BC3. Grayscale: #9A9A9A. Windows color (decimal): -5594052 or 3974314. OLE color: 3974314.
HSL color Cylindrical-coordinate representation of color #AAA43C: hue angle of 56.73º 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 #AAA43C is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 60 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.33 |
| HSL | 56.73º | 0.48% | 0.45% | - |
| HSV(B) | 56.73º | 0.65% | 0.67% | - |
| XYZ | 30.67 | 35.42 | 9.5 | - |
| YUV | 153.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 60 | 0 | 0.04 | 0.65 | 0.33 | 56.73 | 0.48 | 0.45 |
| Hex | AA | A4 | 3C | 0 | 4 | 41 | 21 | 39 | 30 | 2D |
| Octal | 252 | 244 | 74 | 0 | 4 | 101 | 41 | 71 | 60 | 55 |
| Binary | 10101010 | 10100100 | 111100 | 0 | 100 | 1000001 | 100001 | 111001 | 110000 | 101101 |
Color Harmonies of #AAA43C
Complementary color
Monochromatic Colors of #AAA43C
Black with #AAA43C
Text Example
Text Example
White with #AAA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA43C; }
p { color: rgb(170,164,60); }
H1.HeaderClassName
{
color: #AAA43C;
}
.AnyTagClassName
{
color: #AAA43C;
}
</style>
background-color css
<style>
a { background-color: #AAA43C; }
a { background-color: rgb(170,164,60); }
div.DivClassName
{
background-color: #AAA43C;
}
.BgClassName
{
background-color: #AAA43C;
}
</style>
border-color css
<style>
span { border-color: #AAA43C; }
span { border-color: rgb(170,164,60); }
td.TdClassName
{
border-color: #AAA43C;
}
.TagClassName
{
border-color: #AAA43C;
}
</style>