Shades of Brass #AAA144
Tints of Brass #AAA144
RGB
CMYK
RGB Variations
Color information
#AAA144 (or 0xAAA144) is known color: Brass. HEX triplet: AA, A1 and 44. RGB value is (170,161,68). Sum of RGB (Red+Green+Blue) = 170+161+68=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA144 is #555EBB. Grayscale: #999999. Windows color (decimal): -5594812 or 4497834. OLE color: 4497834.
HSL color Cylindrical-coordinate representation of color #AAA144: hue angle of 54.71º 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 #AAA144 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 68 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.33 |
| HSL | 54.71º | 0.43% | 0.47% | - |
| HSV(B) | 54.71º | 0.6% | 0.67% | - |
| XYZ | 30.37 | 34.45 | 10.52 | - |
| YUV | 153.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 68 | 0 | 0.05 | 0.6 | 0.33 | 54.71 | 0.43 | 0.47 |
| Hex | AA | A1 | 44 | 0 | 5 | 3C | 21 | 37 | 2B | 2F |
| Octal | 252 | 241 | 104 | 0 | 5 | 74 | 41 | 67 | 53 | 57 |
| Binary | 10101010 | 10100001 | 1000100 | 0 | 101 | 111100 | 100001 | 110111 | 101011 | 101111 |
Color Harmonies of #AAA144
Complementary color
Monochromatic Colors of #AAA144
Black with #AAA144
Text Example
Text Example
White with #AAA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA144; }
p { color: rgb(170,161,68); }
H1.HeaderClassName
{
color: #AAA144;
}
.AnyTagClassName
{
color: #AAA144;
}
</style>
background-color css
<style>
a { background-color: #AAA144; }
a { background-color: rgb(170,161,68); }
div.DivClassName
{
background-color: #AAA144;
}
.BgClassName
{
background-color: #AAA144;
}
</style>
border-color css
<style>
span { border-color: #AAA144; }
span { border-color: rgb(170,161,68); }
td.TdClassName
{
border-color: #AAA144;
}
.TagClassName
{
border-color: #AAA144;
}
</style>