Shades of Brass #AAA246
Tints of Brass #AAA246
RGB
CMYK
RGB Variations
Color information
#AAA246 (or 0xAAA246) is known color: Brass. HEX triplet: AA, A2 and 46. RGB value is (170,162,70). Sum of RGB (Red+Green+Blue) = 170+162+70=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA246 is #555DB9. Grayscale: #9A9A9A. Windows color (decimal): -5594554 or 4629162. OLE color: 4629162.
HSL color Cylindrical-coordinate representation of color #AAA246: hue angle of 55.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAA246 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 70 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.33 |
| HSL | 55.2º | 0.42% | 0.47% | - |
| HSV(B) | 55.2º | 0.59% | 0.67% | - |
| XYZ | 30.6 | 34.83 | 10.9 | - |
| YUV | 153.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 70 | 0 | 0.05 | 0.59 | 0.33 | 55.2 | 0.42 | 0.47 |
| Hex | AA | A2 | 46 | 0 | 5 | 3B | 21 | 37 | 2A | 2F |
| Octal | 252 | 242 | 106 | 0 | 5 | 73 | 41 | 67 | 52 | 57 |
| Binary | 10101010 | 10100010 | 1000110 | 0 | 101 | 111011 | 100001 | 110111 | 101010 | 101111 |
Color Harmonies of #AAA246
Complementary color
Monochromatic Colors of #AAA246
Black with #AAA246
Text Example
Text Example
White with #AAA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA246; }
p { color: rgb(170,162,70); }
H1.HeaderClassName
{
color: #AAA246;
}
.AnyTagClassName
{
color: #AAA246;
}
</style>
background-color css
<style>
a { background-color: #AAA246; }
a { background-color: rgb(170,162,70); }
div.DivClassName
{
background-color: #AAA246;
}
.BgClassName
{
background-color: #AAA246;
}
</style>
border-color css
<style>
span { border-color: #AAA246; }
span { border-color: rgb(170,162,70); }
td.TdClassName
{
border-color: #AAA246;
}
.TagClassName
{
border-color: #AAA246;
}
</style>