Shades of Brass #AAA244
Tints of Brass #AAA244
RGB
CMYK
RGB Variations
Color information
#AAA244 (or 0xAAA244) is known color: Brass. HEX triplet: AA, A2 and 44. RGB value is (170,162,68). Sum of RGB (Red+Green+Blue) = 170+162+68=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA244 is #555DBB. Grayscale: #9A9A9A. Windows color (decimal): -5594556 or 4498090. OLE color: 4498090.
HSL color Cylindrical-coordinate representation of color #AAA244: hue angle of 55.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAA244 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 68 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.33 |
| HSL | 55.29º | 0.43% | 0.47% | - |
| HSV(B) | 55.29º | 0.6% | 0.67% | - |
| XYZ | 30.54 | 34.8 | 10.58 | - |
| YUV | 153.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 68 | 0 | 0.05 | 0.6 | 0.33 | 55.29 | 0.43 | 0.47 |
| Hex | AA | A2 | 44 | 0 | 5 | 3C | 21 | 37 | 2B | 2F |
| Octal | 252 | 242 | 104 | 0 | 5 | 74 | 41 | 67 | 53 | 57 |
| Binary | 10101010 | 10100010 | 1000100 | 0 | 101 | 111100 | 100001 | 110111 | 101011 | 101111 |
Color Harmonies of #AAA244
Complementary color
Monochromatic Colors of #AAA244
Black with #AAA244
Text Example
Text Example
White with #AAA244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA244; }
p { color: rgb(170,162,68); }
H1.HeaderClassName
{
color: #AAA244;
}
.AnyTagClassName
{
color: #AAA244;
}
</style>
background-color css
<style>
a { background-color: #AAA244; }
a { background-color: rgb(170,162,68); }
div.DivClassName
{
background-color: #AAA244;
}
.BgClassName
{
background-color: #AAA244;
}
</style>
border-color css
<style>
span { border-color: #AAA244; }
span { border-color: rgb(170,162,68); }
td.TdClassName
{
border-color: #AAA244;
}
.TagClassName
{
border-color: #AAA244;
}
</style>