Shades of Brass #AAA542
Tints of Brass #AAA542
RGB
CMYK
RGB Variations
Color information
#AAA542 (or 0xAAA542) is known color: Brass. HEX triplet: AA, A5 and 42. RGB value is (170,165,66). Sum of RGB (Red+Green+Blue) = 170+165+66=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA542 is #555ABD. Grayscale: #9B9B9B. Windows color (decimal): -5593790 or 4367786. OLE color: 4367786.
HSL color Cylindrical-coordinate representation of color #AAA542: hue angle of 57.12º 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 #AAA542 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 66 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.33 |
| HSL | 57.12º | 0.44% | 0.46% | - |
| HSV(B) | 57.12º | 0.61% | 0.67% | - |
| XYZ | 31.02 | 35.85 | 10.44 | - |
| YUV | 155.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 66 | 0 | 0.03 | 0.61 | 0.33 | 57.12 | 0.44 | 0.46 |
| Hex | AA | A5 | 42 | 0 | 3 | 3D | 21 | 39 | 2C | 2E |
| Octal | 252 | 245 | 102 | 0 | 3 | 75 | 41 | 71 | 54 | 56 |
| Binary | 10101010 | 10100101 | 1000010 | 0 | 11 | 111101 | 100001 | 111001 | 101100 | 101110 |
Color Harmonies of #AAA542
Complementary color
Monochromatic Colors of #AAA542
Black with #AAA542
Text Example
Text Example
White with #AAA542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA542; }
p { color: rgb(170,165,66); }
H1.HeaderClassName
{
color: #AAA542;
}
.AnyTagClassName
{
color: #AAA542;
}
</style>
background-color css
<style>
a { background-color: #AAA542; }
a { background-color: rgb(170,165,66); }
div.DivClassName
{
background-color: #AAA542;
}
.BgClassName
{
background-color: #AAA542;
}
</style>
border-color css
<style>
span { border-color: #AAA542; }
span { border-color: rgb(170,165,66); }
td.TdClassName
{
border-color: #AAA542;
}
.TagClassName
{
border-color: #AAA542;
}
</style>