Shades of Brass #AAAC4A
Tints of Brass #AAAC4A
RGB
CMYK
RGB Variations
Color information
#AAAC4A (or 0xAAAC4A) is known color: Brass. HEX triplet: AA, AC and 4A. RGB value is (170,172,74). Sum of RGB (Red+Green+Blue) = 170+172+74=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC4A is #5553B5. Grayscale: #A0A0A0. Windows color (decimal): -5591990 or 4893866. OLE color: 4893866.
HSL color Cylindrical-coordinate representation of color #AAAC4A: hue angle of 61.22º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAAC4A is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 74 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.33 |
| HSL | 61.22º | 0.4% | 0.48% | - |
| HSV(B) | 61.22º | 0.57% | 0.67% | - |
| XYZ | 32.57 | 38.55 | 12.2 | - |
| YUV | 160.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 74 | 0.01 | 0 | 0.57 | 0.33 | 61.22 | 0.4 | 0.48 |
| Hex | AA | AC | 4A | 1 | 0 | 39 | 21 | 3D | 28 | 30 |
| Octal | 252 | 254 | 112 | 1 | 0 | 71 | 41 | 75 | 50 | 60 |
| Binary | 10101010 | 10101100 | 1001010 | 1 | 0 | 111001 | 100001 | 111101 | 101000 | 110000 |
Color Harmonies of #AAAC4A
Complementary color
Monochromatic Colors of #AAAC4A
Black with #AAAC4A
Text Example
Text Example
White with #AAAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC4A; }
p { color: rgb(170,172,74); }
H1.HeaderClassName
{
color: #AAAC4A;
}
.AnyTagClassName
{
color: #AAAC4A;
}
</style>
background-color css
<style>
a { background-color: #AAAC4A; }
a { background-color: rgb(170,172,74); }
div.DivClassName
{
background-color: #AAAC4A;
}
.BgClassName
{
background-color: #AAAC4A;
}
</style>
border-color css
<style>
span { border-color: #AAAC4A; }
span { border-color: rgb(170,172,74); }
td.TdClassName
{
border-color: #AAAC4A;
}
.TagClassName
{
border-color: #AAAC4A;
}
</style>