Shades of Brass #AAAA4C
Tints of Brass #AAAA4C
RGB
CMYK
RGB Variations
Color information
#AAAA4C (or 0xAAAA4C) is known color: Brass. HEX triplet: AA, AA and 4C. RGB value is (170,170,76). Sum of RGB (Red+Green+Blue) = 170+170+76=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA4C is #5555B3. Grayscale: #9F9F9F. Windows color (decimal): -5592500 or 5024426. OLE color: 5024426.
HSL color Cylindrical-coordinate representation of color #AAAA4C: hue angle of 60º 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 #AAAA4C is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 76 | - |
| CMYK | 0 | 0 | 0.55 | 0.33 |
| HSL | 60º | 0.38% | 0.48% | - |
| HSV(B) | 60º | 0.55% | 0.67% | - |
| XYZ | 32.26 | 37.82 | 12.44 | - |
| YUV | 159.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 76 | 0 | 0 | 0.55 | 0.33 | 60 | 0.38 | 0.48 |
| Hex | AA | AA | 4C | 0 | 0 | 37 | 21 | 3C | 26 | 30 |
| Octal | 252 | 252 | 114 | 0 | 0 | 67 | 41 | 74 | 46 | 60 |
| Binary | 10101010 | 10101010 | 1001100 | 0 | 0 | 110111 | 100001 | 111100 | 100110 | 110000 |
Color Harmonies of #AAAA4C
Complementary color
Monochromatic Colors of #AAAA4C
Black with #AAAA4C
Text Example
Text Example
White with #AAAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA4C; }
p { color: rgb(170,170,76); }
H1.HeaderClassName
{
color: #AAAA4C;
}
.AnyTagClassName
{
color: #AAAA4C;
}
</style>
background-color css
<style>
a { background-color: #AAAA4C; }
a { background-color: rgb(170,170,76); }
div.DivClassName
{
background-color: #AAAA4C;
}
.BgClassName
{
background-color: #AAAA4C;
}
</style>
border-color css
<style>
span { border-color: #AAAA4C; }
span { border-color: rgb(170,170,76); }
td.TdClassName
{
border-color: #AAAA4C;
}
.TagClassName
{
border-color: #AAAA4C;
}
</style>