Shades of Brass #AAAA36
Tints of Brass #AAAA36
RGB
CMYK
RGB Variations
Color information
#AAAA36 (or 0xAAAA36) is known color: Brass. HEX triplet: AA, AA and 36. RGB value is (170,170,54). Sum of RGB (Red+Green+Blue) = 170+170+54=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA36 is #5555C9. Grayscale: #9D9D9D. Windows color (decimal): -5592522 or 3582634. OLE color: 3582634.
HSL color Cylindrical-coordinate representation of color #AAAA36: hue angle of 60º 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 #AAAA36 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 54 | - |
| CMYK | 0 | 0 | 0.68 | 0.33 |
| HSL | 60º | 0.52% | 0.44% | - |
| HSV(B) | 60º | 0.68% | 0.67% | - |
| XYZ | 31.62 | 37.56 | 9.07 | - |
| YUV | 156.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 54 | 0 | 0 | 0.68 | 0.33 | 60 | 0.52 | 0.44 |
| Hex | AA | AA | 36 | 0 | 0 | 44 | 21 | 3C | 34 | 2C |
| Octal | 252 | 252 | 66 | 0 | 0 | 104 | 41 | 74 | 64 | 54 |
| Binary | 10101010 | 10101010 | 110110 | 0 | 0 | 1000100 | 100001 | 111100 | 110100 | 101100 |
Color Harmonies of #AAAA36
Complementary color
Monochromatic Colors of #AAAA36
Black with #AAAA36
Text Example
Text Example
White with #AAAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA36; }
p { color: rgb(170,170,54); }
H1.HeaderClassName
{
color: #AAAA36;
}
.AnyTagClassName
{
color: #AAAA36;
}
</style>
background-color css
<style>
a { background-color: #AAAA36; }
a { background-color: rgb(170,170,54); }
div.DivClassName
{
background-color: #AAAA36;
}
.BgClassName
{
background-color: #AAAA36;
}
</style>
border-color css
<style>
span { border-color: #AAAA36; }
span { border-color: rgb(170,170,54); }
td.TdClassName
{
border-color: #AAAA36;
}
.TagClassName
{
border-color: #AAAA36;
}
</style>