Shades of Brass #AAA94C
Tints of Brass #AAA94C
RGB
CMYK
RGB Variations
Color information
#AAA94C (or 0xAAA94C) is known color: Brass. HEX triplet: AA, A9 and 4C. RGB value is (170,169,76). Sum of RGB (Red+Green+Blue) = 170+169+76=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA94C is #5556B3. Grayscale: #9F9F9F. Windows color (decimal): -5592756 or 5024170. OLE color: 5024170.
HSL color Cylindrical-coordinate representation of color #AAA94C: hue angle of 59.36º 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 #AAA94C is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 76 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.33 |
| HSL | 59.36º | 0.38% | 0.48% | - |
| HSV(B) | 59.36º | 0.55% | 0.67% | - |
| XYZ | 32.07 | 37.44 | 12.37 | - |
| YUV | 158.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 76 | 0 | 0.01 | 0.55 | 0.33 | 59.36 | 0.38 | 0.48 |
| Hex | AA | A9 | 4C | 0 | 1 | 37 | 21 | 3B | 26 | 30 |
| Octal | 252 | 251 | 114 | 0 | 1 | 67 | 41 | 73 | 46 | 60 |
| Binary | 10101010 | 10101001 | 1001100 | 0 | 1 | 110111 | 100001 | 111011 | 100110 | 110000 |
Color Harmonies of #AAA94C
Complementary color
Monochromatic Colors of #AAA94C
Black with #AAA94C
Text Example
Text Example
White with #AAA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA94C; }
p { color: rgb(170,169,76); }
H1.HeaderClassName
{
color: #AAA94C;
}
.AnyTagClassName
{
color: #AAA94C;
}
</style>
background-color css
<style>
a { background-color: #AAA94C; }
a { background-color: rgb(170,169,76); }
div.DivClassName
{
background-color: #AAA94C;
}
.BgClassName
{
background-color: #AAA94C;
}
</style>
border-color css
<style>
span { border-color: #AAA94C; }
span { border-color: rgb(170,169,76); }
td.TdClassName
{
border-color: #AAA94C;
}
.TagClassName
{
border-color: #AAA94C;
}
</style>