Shades of Brass #AAA944
Tints of Brass #AAA944
RGB
CMYK
RGB Variations
Color information
#AAA944 (or 0xAAA944) is known color: Brass. HEX triplet: AA, A9 and 44. RGB value is (170,169,68). Sum of RGB (Red+Green+Blue) = 170+169+68=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA944 is #5556BB. Grayscale: #9E9E9E. Windows color (decimal): -5592764 or 4499882. OLE color: 4499882.
HSL color Cylindrical-coordinate representation of color #AAA944: hue angle of 59.41º 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 #AAA944 is Cyan = 0, Magento = 0.01, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 68 | - |
| CMYK | 0 | 0.01 | 0.6 | 0.33 |
| HSL | 59.41º | 0.43% | 0.47% | - |
| HSV(B) | 59.41º | 0.6% | 0.67% | - |
| XYZ | 31.81 | 37.34 | 11 | - |
| YUV | 157.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 68 | 0 | 0.01 | 0.6 | 0.33 | 59.41 | 0.43 | 0.47 |
| Hex | AA | A9 | 44 | 0 | 1 | 3C | 21 | 3B | 2B | 2F |
| Octal | 252 | 251 | 104 | 0 | 1 | 74 | 41 | 73 | 53 | 57 |
| Binary | 10101010 | 10101001 | 1000100 | 0 | 1 | 111100 | 100001 | 111011 | 101011 | 101111 |
Color Harmonies of #AAA944
Complementary color
Monochromatic Colors of #AAA944
Black with #AAA944
Text Example
Text Example
White with #AAA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA944; }
p { color: rgb(170,169,68); }
H1.HeaderClassName
{
color: #AAA944;
}
.AnyTagClassName
{
color: #AAA944;
}
</style>
background-color css
<style>
a { background-color: #AAA944; }
a { background-color: rgb(170,169,68); }
div.DivClassName
{
background-color: #AAA944;
}
.BgClassName
{
background-color: #AAA944;
}
</style>
border-color css
<style>
span { border-color: #AAA944; }
span { border-color: rgb(170,169,68); }
td.TdClassName
{
border-color: #AAA944;
}
.TagClassName
{
border-color: #AAA944;
}
</style>