Shades of Brass #AAA344
Tints of Brass #AAA344
RGB
CMYK
RGB Variations
Color information
#AAA344 (or 0xAAA344) is known color: Brass. HEX triplet: AA, A3 and 44. RGB value is (170,163,68). Sum of RGB (Red+Green+Blue) = 170+163+68=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA344 is #555CBB. Grayscale: #9A9A9A. Windows color (decimal): -5594300 or 4498346. OLE color: 4498346.
HSL color Cylindrical-coordinate representation of color #AAA344: hue angle of 55.88º 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 #AAA344 is Cyan = 0, Magento = 0.04, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 68 | - |
| CMYK | 0 | 0.04 | 0.6 | 0.33 |
| HSL | 55.88º | 0.43% | 0.47% | - |
| HSV(B) | 55.88º | 0.6% | 0.67% | - |
| XYZ | 30.72 | 35.16 | 10.64 | - |
| YUV | 154.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 68 | 0 | 0.04 | 0.6 | 0.33 | 55.88 | 0.43 | 0.47 |
| Hex | AA | A3 | 44 | 0 | 4 | 3C | 21 | 38 | 2B | 2F |
| Octal | 252 | 243 | 104 | 0 | 4 | 74 | 41 | 70 | 53 | 57 |
| Binary | 10101010 | 10100011 | 1000100 | 0 | 100 | 111100 | 100001 | 111000 | 101011 | 101111 |
Color Harmonies of #AAA344
Complementary color
Monochromatic Colors of #AAA344
Black with #AAA344
Text Example
Text Example
White with #AAA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA344; }
p { color: rgb(170,163,68); }
H1.HeaderClassName
{
color: #AAA344;
}
.AnyTagClassName
{
color: #AAA344;
}
</style>
background-color css
<style>
a { background-color: #AAA344; }
a { background-color: rgb(170,163,68); }
div.DivClassName
{
background-color: #AAA344;
}
.BgClassName
{
background-color: #AAA344;
}
</style>
border-color css
<style>
span { border-color: #AAA344; }
span { border-color: rgb(170,163,68); }
td.TdClassName
{
border-color: #AAA344;
}
.TagClassName
{
border-color: #AAA344;
}
</style>