Shades of Brass #AAA533
Tints of Brass #AAA533
RGB
CMYK
RGB Variations
Color information
#AAA533 (or 0xAAA533) is known color: Brass. HEX triplet: AA, A5 and 33. RGB value is (170,165,51). Sum of RGB (Red+Green+Blue) = 170+165+51=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA533 is #555ACC. Grayscale: #999999. Windows color (decimal): -5593805 or 3384746. OLE color: 3384746.
HSL color Cylindrical-coordinate representation of color #AAA533: hue angle of 57.48º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAA533 is Cyan = 0, Magento = 0.03, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 51 | - |
| CMYK | 0 | 0.03 | 0.7 | 0.33 |
| HSL | 57.48º | 0.54% | 0.43% | - |
| HSV(B) | 57.48º | 0.7% | 0.67% | - |
| XYZ | 30.63 | 35.7 | 8.41 | - |
| YUV | 153.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 51 | 0 | 0.03 | 0.7 | 0.33 | 57.48 | 0.54 | 0.43 |
| Hex | AA | A5 | 33 | 0 | 3 | 46 | 21 | 39 | 36 | 2B |
| Octal | 252 | 245 | 63 | 0 | 3 | 106 | 41 | 71 | 66 | 53 |
| Binary | 10101010 | 10100101 | 110011 | 0 | 11 | 1000110 | 100001 | 111001 | 110110 | 101011 |
Color Harmonies of #AAA533
Complementary color
Monochromatic Colors of #AAA533
Black with #AAA533
Text Example
Text Example
White with #AAA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA533; }
p { color: rgb(170,165,51); }
H1.HeaderClassName
{
color: #AAA533;
}
.AnyTagClassName
{
color: #AAA533;
}
</style>
background-color css
<style>
a { background-color: #AAA533; }
a { background-color: rgb(170,165,51); }
div.DivClassName
{
background-color: #AAA533;
}
.BgClassName
{
background-color: #AAA533;
}
</style>
border-color css
<style>
span { border-color: #AAA533; }
span { border-color: rgb(170,165,51); }
td.TdClassName
{
border-color: #AAA533;
}
.TagClassName
{
border-color: #AAA533;
}
</style>