Shades of Brass #AAA936
Tints of Brass #AAA936
RGB
CMYK
RGB Variations
Color information
#AAA936 (or 0xAAA936) is known color: Brass. HEX triplet: AA, A9 and 36. RGB value is (170,169,54). Sum of RGB (Red+Green+Blue) = 170+169+54=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA936 is #5556C9. Grayscale: #9C9C9C. Windows color (decimal): -5592778 or 3582378. OLE color: 3582378.
HSL color Cylindrical-coordinate representation of color #AAA936: hue angle of 59.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA936 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 54 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.33 |
| HSL | 59.48º | 0.52% | 0.44% | - |
| HSV(B) | 59.48º | 0.68% | 0.67% | - |
| XYZ | 31.43 | 37.19 | 9.01 | - |
| YUV | 156.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 54 | 0 | 0.01 | 0.68 | 0.33 | 59.48 | 0.52 | 0.44 |
| Hex | AA | A9 | 36 | 0 | 1 | 44 | 21 | 3B | 34 | 2C |
| Octal | 252 | 251 | 66 | 0 | 1 | 104 | 41 | 73 | 64 | 54 |
| Binary | 10101010 | 10101001 | 110110 | 0 | 1 | 1000100 | 100001 | 111011 | 110100 | 101100 |
Color Harmonies of #AAA936
Complementary color
Monochromatic Colors of #AAA936
Black with #AAA936
Text Example
Text Example
White with #AAA936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA936; }
p { color: rgb(170,169,54); }
H1.HeaderClassName
{
color: #AAA936;
}
.AnyTagClassName
{
color: #AAA936;
}
</style>
background-color css
<style>
a { background-color: #AAA936; }
a { background-color: rgb(170,169,54); }
div.DivClassName
{
background-color: #AAA936;
}
.BgClassName
{
background-color: #AAA936;
}
</style>
border-color css
<style>
span { border-color: #AAA936; }
span { border-color: rgb(170,169,54); }
td.TdClassName
{
border-color: #AAA936;
}
.TagClassName
{
border-color: #AAA936;
}
</style>