Shades of Brass #AAA733
Tints of Brass #AAA733
RGB
CMYK
RGB Variations
Color information
#AAA733 (or 0xAAA733) is known color: Brass. HEX triplet: AA, A7 and 33. RGB value is (170,167,51). Sum of RGB (Red+Green+Blue) = 170+167+51=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA733 is #5558CC. Grayscale: #9B9B9B. Windows color (decimal): -5593293 or 3385258. OLE color: 3385258.
HSL color Cylindrical-coordinate representation of color #AAA733: hue angle of 58.49º 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 #AAA733 is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 51 | - |
| CMYK | 0 | 0.02 | 0.7 | 0.33 |
| HSL | 58.49º | 0.54% | 0.43% | - |
| HSV(B) | 58.49º | 0.7% | 0.67% | - |
| XYZ | 30.99 | 36.42 | 8.53 | - |
| YUV | 154.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 51 | 0 | 0.02 | 0.7 | 0.33 | 58.49 | 0.54 | 0.43 |
| Hex | AA | A7 | 33 | 0 | 2 | 46 | 21 | 3A | 36 | 2B |
| Octal | 252 | 247 | 63 | 0 | 2 | 106 | 41 | 72 | 66 | 53 |
| Binary | 10101010 | 10100111 | 110011 | 0 | 10 | 1000110 | 100001 | 111010 | 110110 | 101011 |
Color Harmonies of #AAA733
Complementary color
Monochromatic Colors of #AAA733
Black with #AAA733
Text Example
Text Example
White with #AAA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA733; }
p { color: rgb(170,167,51); }
H1.HeaderClassName
{
color: #AAA733;
}
.AnyTagClassName
{
color: #AAA733;
}
</style>
background-color css
<style>
a { background-color: #AAA733; }
a { background-color: rgb(170,167,51); }
div.DivClassName
{
background-color: #AAA733;
}
.BgClassName
{
background-color: #AAA733;
}
</style>
border-color css
<style>
span { border-color: #AAA733; }
span { border-color: rgb(170,167,51); }
td.TdClassName
{
border-color: #AAA733;
}
.TagClassName
{
border-color: #AAA733;
}
</style>