Shades of Brass #AAA433
Tints of Brass #AAA433
RGB
CMYK
RGB Variations
Color information
#AAA433 (or 0xAAA433) is known color: Brass. HEX triplet: AA, A4 and 33. RGB value is (170,164,51). Sum of RGB (Red+Green+Blue) = 170+164+51=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA433 is #555BCC. Grayscale: #999999. Windows color (decimal): -5594061 or 3384490. OLE color: 3384490.
HSL color Cylindrical-coordinate representation of color #AAA433: hue angle of 56.97º 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 #AAA433 is Cyan = 0, Magento = 0.04, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 51 | - |
| CMYK | 0 | 0.04 | 0.7 | 0.33 |
| HSL | 56.97º | 0.54% | 0.43% | - |
| HSV(B) | 56.97º | 0.7% | 0.67% | - |
| XYZ | 30.45 | 35.34 | 8.35 | - |
| YUV | 152.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 51 | 0 | 0.04 | 0.7 | 0.33 | 56.97 | 0.54 | 0.43 |
| Hex | AA | A4 | 33 | 0 | 4 | 46 | 21 | 39 | 36 | 2B |
| Octal | 252 | 244 | 63 | 0 | 4 | 106 | 41 | 71 | 66 | 53 |
| Binary | 10101010 | 10100100 | 110011 | 0 | 100 | 1000110 | 100001 | 111001 | 110110 | 101011 |
Color Harmonies of #AAA433
Complementary color
Monochromatic Colors of #AAA433
Black with #AAA433
Text Example
Text Example
White with #AAA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA433; }
p { color: rgb(170,164,51); }
H1.HeaderClassName
{
color: #AAA433;
}
.AnyTagClassName
{
color: #AAA433;
}
</style>
background-color css
<style>
a { background-color: #AAA433; }
a { background-color: rgb(170,164,51); }
div.DivClassName
{
background-color: #AAA433;
}
.BgClassName
{
background-color: #AAA433;
}
</style>
border-color css
<style>
span { border-color: #AAA433; }
span { border-color: rgb(170,164,51); }
td.TdClassName
{
border-color: #AAA433;
}
.TagClassName
{
border-color: #AAA433;
}
</style>