Shades of Brass #AAA13B
Tints of Brass #AAA13B
RGB
CMYK
RGB Variations
Color information
#AAA13B (or 0xAAA13B) is known color: Brass. HEX triplet: AA, A1 and 3B. RGB value is (170,161,59). Sum of RGB (Red+Green+Blue) = 170+161+59=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA13B is #555EC4. Grayscale: #989898. Windows color (decimal): -5594821 or 3908010. OLE color: 3908010.
HSL color Cylindrical-coordinate representation of color #AAA13B: hue angle of 55.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAA13B is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 59 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.33 |
| HSL | 55.14º | 0.48% | 0.45% | - |
| HSV(B) | 55.14º | 0.65% | 0.67% | - |
| XYZ | 30.11 | 34.35 | 9.18 | - |
| YUV | 152.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 59 | 0 | 0.05 | 0.65 | 0.33 | 55.14 | 0.48 | 0.45 |
| Hex | AA | A1 | 3B | 0 | 5 | 41 | 21 | 37 | 30 | 2D |
| Octal | 252 | 241 | 73 | 0 | 5 | 101 | 41 | 67 | 60 | 55 |
| Binary | 10101010 | 10100001 | 111011 | 0 | 101 | 1000001 | 100001 | 110111 | 110000 | 101101 |
Color Harmonies of #AAA13B
Complementary color
Monochromatic Colors of #AAA13B
Black with #AAA13B
Text Example
Text Example
White with #AAA13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA13B; }
p { color: rgb(170,161,59); }
H1.HeaderClassName
{
color: #AAA13B;
}
.AnyTagClassName
{
color: #AAA13B;
}
</style>
background-color css
<style>
a { background-color: #AAA13B; }
a { background-color: rgb(170,161,59); }
div.DivClassName
{
background-color: #AAA13B;
}
.BgClassName
{
background-color: #AAA13B;
}
</style>
border-color css
<style>
span { border-color: #AAA13B; }
span { border-color: rgb(170,161,59); }
td.TdClassName
{
border-color: #AAA13B;
}
.TagClassName
{
border-color: #AAA13B;
}
</style>