Shades of Brass #AAA336
Tints of Brass #AAA336
RGB
CMYK
RGB Variations
Color information
#AAA336 (or 0xAAA336) is known color: Brass. HEX triplet: AA, A3 and 36. RGB value is (170,163,54). Sum of RGB (Red+Green+Blue) = 170+163+54=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA336 is #555CC9. Grayscale: #999999. Windows color (decimal): -5594314 or 3580842. OLE color: 3580842.
HSL color Cylindrical-coordinate representation of color #AAA336: hue angle of 56.38º 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 #AAA336 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 54 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.33 |
| HSL | 56.38º | 0.52% | 0.44% | - |
| HSV(B) | 56.38º | 0.68% | 0.67% | - |
| XYZ | 30.34 | 35.01 | 8.65 | - |
| YUV | 152.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 54 | 0 | 0.04 | 0.68 | 0.33 | 56.38 | 0.52 | 0.44 |
| Hex | AA | A3 | 36 | 0 | 4 | 44 | 21 | 38 | 34 | 2C |
| Octal | 252 | 243 | 66 | 0 | 4 | 104 | 41 | 70 | 64 | 54 |
| Binary | 10101010 | 10100011 | 110110 | 0 | 100 | 1000100 | 100001 | 111000 | 110100 | 101100 |
Color Harmonies of #AAA336
Complementary color
Monochromatic Colors of #AAA336
Black with #AAA336
Text Example
Text Example
White with #AAA336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA336; }
p { color: rgb(170,163,54); }
H1.HeaderClassName
{
color: #AAA336;
}
.AnyTagClassName
{
color: #AAA336;
}
</style>
background-color css
<style>
a { background-color: #AAA336; }
a { background-color: rgb(170,163,54); }
div.DivClassName
{
background-color: #AAA336;
}
.BgClassName
{
background-color: #AAA336;
}
</style>
border-color css
<style>
span { border-color: #AAA336; }
span { border-color: rgb(170,163,54); }
td.TdClassName
{
border-color: #AAA336;
}
.TagClassName
{
border-color: #AAA336;
}
</style>