Shades of Brass #AAA14C
Tints of Brass #AAA14C
RGB
CMYK
RGB Variations
Color information
#AAA14C (or 0xAAA14C) is known color: Brass. HEX triplet: AA, A1 and 4C. RGB value is (170,161,76). Sum of RGB (Red+Green+Blue) = 170+161+76=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA14C is #555EB3. Grayscale: #9A9A9A. Windows color (decimal): -5594804 or 5022122. OLE color: 5022122.
HSL color Cylindrical-coordinate representation of color #AAA14C: hue angle of 54.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA14C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 76 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.33 |
| HSL | 54.26º | 0.38% | 0.48% | - |
| HSV(B) | 54.26º | 0.55% | 0.67% | - |
| XYZ | 30.63 | 34.56 | 11.89 | - |
| YUV | 154 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 76 | 0 | 0.05 | 0.55 | 0.33 | 54.26 | 0.38 | 0.48 |
| Hex | AA | A1 | 4C | 0 | 5 | 37 | 21 | 36 | 26 | 30 |
| Octal | 252 | 241 | 114 | 0 | 5 | 67 | 41 | 66 | 46 | 60 |
| Binary | 10101010 | 10100001 | 1001100 | 0 | 101 | 110111 | 100001 | 110110 | 100110 | 110000 |
Color Harmonies of #AAA14C
Complementary color
Monochromatic Colors of #AAA14C
Black with #AAA14C
Text Example
Text Example
White with #AAA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA14C; }
p { color: rgb(170,161,76); }
H1.HeaderClassName
{
color: #AAA14C;
}
.AnyTagClassName
{
color: #AAA14C;
}
</style>
background-color css
<style>
a { background-color: #AAA14C; }
a { background-color: rgb(170,161,76); }
div.DivClassName
{
background-color: #AAA14C;
}
.BgClassName
{
background-color: #AAA14C;
}
</style>
border-color css
<style>
span { border-color: #AAA14C; }
span { border-color: rgb(170,161,76); }
td.TdClassName
{
border-color: #AAA14C;
}
.TagClassName
{
border-color: #AAA14C;
}
</style>