Shades of Brass #AAA142
Tints of Brass #AAA142
RGB
CMYK
RGB Variations
Color information
#AAA142 (or 0xAAA142) is known color: Brass. HEX triplet: AA, A1 and 42. RGB value is (170,161,66). Sum of RGB (Red+Green+Blue) = 170+161+66=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA142 is #555EBD. Grayscale: #999999. Windows color (decimal): -5594814 or 4366762. OLE color: 4366762.
HSL color Cylindrical-coordinate representation of color #AAA142: hue angle of 54.81º degrees, saturation: 0.44, 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 #AAA142 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 66 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.33 |
| HSL | 54.81º | 0.44% | 0.46% | - |
| HSV(B) | 54.81º | 0.61% | 0.67% | - |
| XYZ | 30.31 | 34.43 | 10.2 | - |
| YUV | 152.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 66 | 0 | 0.05 | 0.61 | 0.33 | 54.81 | 0.44 | 0.46 |
| Hex | AA | A1 | 42 | 0 | 5 | 3D | 21 | 37 | 2C | 2E |
| Octal | 252 | 241 | 102 | 0 | 5 | 75 | 41 | 67 | 54 | 56 |
| Binary | 10101010 | 10100001 | 1000010 | 0 | 101 | 111101 | 100001 | 110111 | 101100 | 101110 |
Color Harmonies of #AAA142
Complementary color
Monochromatic Colors of #AAA142
Black with #AAA142
Text Example
Text Example
White with #AAA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA142; }
p { color: rgb(170,161,66); }
H1.HeaderClassName
{
color: #AAA142;
}
.AnyTagClassName
{
color: #AAA142;
}
</style>
background-color css
<style>
a { background-color: #AAA142; }
a { background-color: rgb(170,161,66); }
div.DivClassName
{
background-color: #AAA142;
}
.BgClassName
{
background-color: #AAA142;
}
</style>
border-color css
<style>
span { border-color: #AAA142; }
span { border-color: rgb(170,161,66); }
td.TdClassName
{
border-color: #AAA142;
}
.TagClassName
{
border-color: #AAA142;
}
</style>