Shades of Brass #AAA93F
Tints of Brass #AAA93F
RGB
CMYK
RGB Variations
Color information
#AAA93F (or 0xAAA93F) is known color: Brass. HEX triplet: AA, A9 and 3F. RGB value is (170,169,63). Sum of RGB (Red+Green+Blue) = 170+169+63=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA93F is #5556C0. Grayscale: #9D9D9D. Windows color (decimal): -5592769 or 4172202. OLE color: 4172202.
HSL color Cylindrical-coordinate representation of color #AAA93F: hue angle of 59.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAA93F is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 63 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.33 |
| HSL | 59.44º | 0.46% | 0.46% | - |
| HSV(B) | 59.44º | 0.63% | 0.67% | - |
| XYZ | 31.66 | 37.28 | 10.23 | - |
| YUV | 157.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 63 | 0 | 0.01 | 0.63 | 0.33 | 59.44 | 0.46 | 0.46 |
| Hex | AA | A9 | 3F | 0 | 1 | 3F | 21 | 3B | 2E | 2E |
| Octal | 252 | 251 | 77 | 0 | 1 | 77 | 41 | 73 | 56 | 56 |
| Binary | 10101010 | 10101001 | 111111 | 0 | 1 | 111111 | 100001 | 111011 | 101110 | 101110 |
Color Harmonies of #AAA93F
Complementary color
Monochromatic Colors of #AAA93F
Black with #AAA93F
Text Example
Text Example
White with #AAA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA93F; }
p { color: rgb(170,169,63); }
H1.HeaderClassName
{
color: #AAA93F;
}
.AnyTagClassName
{
color: #AAA93F;
}
</style>
background-color css
<style>
a { background-color: #AAA93F; }
a { background-color: rgb(170,169,63); }
div.DivClassName
{
background-color: #AAA93F;
}
.BgClassName
{
background-color: #AAA93F;
}
</style>
border-color css
<style>
span { border-color: #AAA93F; }
span { border-color: rgb(170,169,63); }
td.TdClassName
{
border-color: #AAA93F;
}
.TagClassName
{
border-color: #AAA93F;
}
</style>