Shades of Brass #AAA143
Tints of Brass #AAA143
RGB
CMYK
RGB Variations
Color information
#AAA143 (or 0xAAA143) is known color: Brass. HEX triplet: AA, A1 and 43. RGB value is (170,161,67). Sum of RGB (Red+Green+Blue) = 170+161+67=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA143 is #555EBC. Grayscale: #999999. Windows color (decimal): -5594813 or 4432298. OLE color: 4432298.
HSL color Cylindrical-coordinate representation of color #AAA143: hue angle of 54.76º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAA143 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 67 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.33 |
| HSL | 54.76º | 0.43% | 0.46% | - |
| HSV(B) | 54.76º | 0.61% | 0.67% | - |
| XYZ | 30.34 | 34.44 | 10.36 | - |
| YUV | 152.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 67 | 0 | 0.05 | 0.61 | 0.33 | 54.76 | 0.43 | 0.46 |
| Hex | AA | A1 | 43 | 0 | 5 | 3D | 21 | 37 | 2B | 2E |
| Octal | 252 | 241 | 103 | 0 | 5 | 75 | 41 | 67 | 53 | 56 |
| Binary | 10101010 | 10100001 | 1000011 | 0 | 101 | 111101 | 100001 | 110111 | 101011 | 101110 |
Color Harmonies of #AAA143
Complementary color
Monochromatic Colors of #AAA143
Black with #AAA143
Text Example
Text Example
White with #AAA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA143; }
p { color: rgb(170,161,67); }
H1.HeaderClassName
{
color: #AAA143;
}
.AnyTagClassName
{
color: #AAA143;
}
</style>
background-color css
<style>
a { background-color: #AAA143; }
a { background-color: rgb(170,161,67); }
div.DivClassName
{
background-color: #AAA143;
}
.BgClassName
{
background-color: #AAA143;
}
</style>
border-color css
<style>
span { border-color: #AAA143; }
span { border-color: rgb(170,161,67); }
td.TdClassName
{
border-color: #AAA143;
}
.TagClassName
{
border-color: #AAA143;
}
</style>