Shades of Brass #AAA145
Tints of Brass #AAA145
RGB
CMYK
RGB Variations
Color information
#AAA145 (or 0xAAA145) is known color: Brass. HEX triplet: AA, A1 and 45. RGB value is (170,161,69). Sum of RGB (Red+Green+Blue) = 170+161+69=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA145 is #555EBA. Grayscale: #999999. Windows color (decimal): -5594811 or 4563370. OLE color: 4563370.
HSL color Cylindrical-coordinate representation of color #AAA145: hue angle of 54.65º 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 #AAA145 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 69 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.33 |
| HSL | 54.65º | 0.42% | 0.47% | - |
| HSV(B) | 54.65º | 0.59% | 0.67% | - |
| XYZ | 30.4 | 34.47 | 10.68 | - |
| YUV | 153.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 69 | 0 | 0.05 | 0.59 | 0.33 | 54.65 | 0.42 | 0.47 |
| Hex | AA | A1 | 45 | 0 | 5 | 3B | 21 | 37 | 2A | 2F |
| Octal | 252 | 241 | 105 | 0 | 5 | 73 | 41 | 67 | 52 | 57 |
| Binary | 10101010 | 10100001 | 1000101 | 0 | 101 | 111011 | 100001 | 110111 | 101010 | 101111 |
Color Harmonies of #AAA145
Complementary color
Monochromatic Colors of #AAA145
Black with #AAA145
Text Example
Text Example
White with #AAA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA145; }
p { color: rgb(170,161,69); }
H1.HeaderClassName
{
color: #AAA145;
}
.AnyTagClassName
{
color: #AAA145;
}
</style>
background-color css
<style>
a { background-color: #AAA145; }
a { background-color: rgb(170,161,69); }
div.DivClassName
{
background-color: #AAA145;
}
.BgClassName
{
background-color: #AAA145;
}
</style>
border-color css
<style>
span { border-color: #AAA145; }
span { border-color: rgb(170,161,69); }
td.TdClassName
{
border-color: #AAA145;
}
.TagClassName
{
border-color: #AAA145;
}
</style>