Shades of Brass #AAA345
Tints of Brass #AAA345
RGB
CMYK
RGB Variations
Color information
#AAA345 (or 0xAAA345) is known color: Brass. HEX triplet: AA, A3 and 45. RGB value is (170,163,69). Sum of RGB (Red+Green+Blue) = 170+163+69=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA345 is #555CBA. Grayscale: #9A9A9A. Windows color (decimal): -5594299 or 4563882. OLE color: 4563882.
HSL color Cylindrical-coordinate representation of color #AAA345: hue angle of 55.84º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAA345 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 69 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.33 |
| HSL | 55.84º | 0.42% | 0.47% | - |
| HSV(B) | 55.84º | 0.59% | 0.67% | - |
| XYZ | 30.75 | 35.17 | 10.8 | - |
| YUV | 154.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 69 | 0 | 0.04 | 0.59 | 0.33 | 55.84 | 0.42 | 0.47 |
| Hex | AA | A3 | 45 | 0 | 4 | 3B | 21 | 38 | 2A | 2F |
| Octal | 252 | 243 | 105 | 0 | 4 | 73 | 41 | 70 | 52 | 57 |
| Binary | 10101010 | 10100011 | 1000101 | 0 | 100 | 111011 | 100001 | 111000 | 101010 | 101111 |
Color Harmonies of #AAA345
Complementary color
Monochromatic Colors of #AAA345
Black with #AAA345
Text Example
Text Example
White with #AAA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA345; }
p { color: rgb(170,163,69); }
H1.HeaderClassName
{
color: #AAA345;
}
.AnyTagClassName
{
color: #AAA345;
}
</style>
background-color css
<style>
a { background-color: #AAA345; }
a { background-color: rgb(170,163,69); }
div.DivClassName
{
background-color: #AAA345;
}
.BgClassName
{
background-color: #AAA345;
}
</style>
border-color css
<style>
span { border-color: #AAA345; }
span { border-color: rgb(170,163,69); }
td.TdClassName
{
border-color: #AAA345;
}
.TagClassName
{
border-color: #AAA345;
}
</style>