Shades of Brass #AAA234
Tints of Brass #AAA234
RGB
CMYK
RGB Variations
Color information
#AAA234 (or 0xAAA234) is known color: Brass. HEX triplet: AA, A2 and 34. RGB value is (170,162,52). Sum of RGB (Red+Green+Blue) = 170+162+52=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA234 is #555DCB. Grayscale: #989898. Windows color (decimal): -5594572 or 3449514. OLE color: 3449514.
HSL color Cylindrical-coordinate representation of color #AAA234: hue angle of 55.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAA234 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 52 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.33 |
| HSL | 55.93º | 0.53% | 0.44% | - |
| HSV(B) | 55.93º | 0.69% | 0.67% | - |
| XYZ | 30.12 | 34.63 | 8.35 | - |
| YUV | 151.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 52 | 0 | 0.05 | 0.69 | 0.33 | 55.93 | 0.53 | 0.44 |
| Hex | AA | A2 | 34 | 0 | 5 | 45 | 21 | 38 | 35 | 2C |
| Octal | 252 | 242 | 64 | 0 | 5 | 105 | 41 | 70 | 65 | 54 |
| Binary | 10101010 | 10100010 | 110100 | 0 | 101 | 1000101 | 100001 | 111000 | 110101 | 101100 |
Color Harmonies of #AAA234
Complementary color
Monochromatic Colors of #AAA234
Black with #AAA234
Text Example
Text Example
White with #AAA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA234; }
p { color: rgb(170,162,52); }
H1.HeaderClassName
{
color: #AAA234;
}
.AnyTagClassName
{
color: #AAA234;
}
</style>
background-color css
<style>
a { background-color: #AAA234; }
a { background-color: rgb(170,162,52); }
div.DivClassName
{
background-color: #AAA234;
}
.BgClassName
{
background-color: #AAA234;
}
</style>
border-color css
<style>
span { border-color: #AAA234; }
span { border-color: rgb(170,162,52); }
td.TdClassName
{
border-color: #AAA234;
}
.TagClassName
{
border-color: #AAA234;
}
</style>