Shades of Brass #AAA235
Tints of Brass #AAA235
RGB
CMYK
RGB Variations
Color information
#AAA235 (or 0xAAA235) is known color: Brass. HEX triplet: AA, A2 and 35. RGB value is (170,162,53). Sum of RGB (Red+Green+Blue) = 170+162+53=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA235 is #555DCA. Grayscale: #989898. Windows color (decimal): -5594571 or 3515050. OLE color: 3515050.
HSL color Cylindrical-coordinate representation of color #AAA235: hue angle of 55.9º degrees, saturation: 0.52, 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 #AAA235 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 53 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.33 |
| HSL | 55.9º | 0.52% | 0.44% | - |
| HSV(B) | 55.9º | 0.69% | 0.67% | - |
| XYZ | 30.14 | 34.64 | 8.47 | - |
| YUV | 151.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 53 | 0 | 0.05 | 0.69 | 0.33 | 55.9 | 0.52 | 0.44 |
| Hex | AA | A2 | 35 | 0 | 5 | 45 | 21 | 38 | 34 | 2C |
| Octal | 252 | 242 | 65 | 0 | 5 | 105 | 41 | 70 | 64 | 54 |
| Binary | 10101010 | 10100010 | 110101 | 0 | 101 | 1000101 | 100001 | 111000 | 110100 | 101100 |
Color Harmonies of #AAA235
Complementary color
Monochromatic Colors of #AAA235
Black with #AAA235
Text Example
Text Example
White with #AAA235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA235; }
p { color: rgb(170,162,53); }
H1.HeaderClassName
{
color: #AAA235;
}
.AnyTagClassName
{
color: #AAA235;
}
</style>
background-color css
<style>
a { background-color: #AAA235; }
a { background-color: rgb(170,162,53); }
div.DivClassName
{
background-color: #AAA235;
}
.BgClassName
{
background-color: #AAA235;
}
</style>
border-color css
<style>
span { border-color: #AAA235; }
span { border-color: rgb(170,162,53); }
td.TdClassName
{
border-color: #AAA235;
}
.TagClassName
{
border-color: #AAA235;
}
</style>