Shades of Brass #AAA14A
Tints of Brass #AAA14A
RGB
CMYK
RGB Variations
Color information
#AAA14A (or 0xAAA14A) is known color: Brass. HEX triplet: AA, A1 and 4A. RGB value is (170,161,74). Sum of RGB (Red+Green+Blue) = 170+161+74=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA14A is #555EB5. Grayscale: #9A9A9A. Windows color (decimal): -5594806 or 4891050. OLE color: 4891050.
HSL color Cylindrical-coordinate representation of color #AAA14A: hue angle of 54.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAA14A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 74 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.33 |
| HSL | 54.38º | 0.39% | 0.48% | - |
| HSV(B) | 54.38º | 0.56% | 0.67% | - |
| XYZ | 30.56 | 34.53 | 11.53 | - |
| YUV | 153.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 74 | 0 | 0.05 | 0.56 | 0.33 | 54.38 | 0.39 | 0.48 |
| Hex | AA | A1 | 4A | 0 | 5 | 38 | 21 | 36 | 27 | 30 |
| Octal | 252 | 241 | 112 | 0 | 5 | 70 | 41 | 66 | 47 | 60 |
| Binary | 10101010 | 10100001 | 1001010 | 0 | 101 | 111000 | 100001 | 110110 | 100111 | 110000 |
Color Harmonies of #AAA14A
Complementary color
Monochromatic Colors of #AAA14A
Black with #AAA14A
Text Example
Text Example
White with #AAA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA14A; }
p { color: rgb(170,161,74); }
H1.HeaderClassName
{
color: #AAA14A;
}
.AnyTagClassName
{
color: #AAA14A;
}
</style>
background-color css
<style>
a { background-color: #AAA14A; }
a { background-color: rgb(170,161,74); }
div.DivClassName
{
background-color: #AAA14A;
}
.BgClassName
{
background-color: #AAA14A;
}
</style>
border-color css
<style>
span { border-color: #AAA14A; }
span { border-color: rgb(170,161,74); }
td.TdClassName
{
border-color: #AAA14A;
}
.TagClassName
{
border-color: #AAA14A;
}
</style>