Shades of Brass #AEAC4A
Tints of Brass #AEAC4A
RGB
CMYK
RGB Variations
Color information
#AEAC4A (or 0xAEAC4A) is known color: Brass. HEX triplet: AE, AC and 4A. RGB value is (174,172,74). Sum of RGB (Red+Green+Blue) = 174+172+74=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC4A is #5153B5. Grayscale: #A1A1A1. Windows color (decimal): -5329846 or 4893870. OLE color: 4893870.
HSL color Cylindrical-coordinate representation of color #AEAC4A: hue angle of 58.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEAC4A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 74 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.32 |
| HSL | 58.8º | 0.4% | 0.49% | - |
| HSV(B) | 58.8º | 0.57% | 0.68% | - |
| XYZ | 33.44 | 39 | 12.24 | - |
| YUV | 161.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 74 | 0 | 0.01 | 0.57 | 0.32 | 58.8 | 0.4 | 0.49 |
| Hex | AE | AC | 4A | 0 | 1 | 39 | 20 | 3B | 28 | 31 |
| Octal | 256 | 254 | 112 | 0 | 1 | 71 | 40 | 73 | 50 | 61 |
| Binary | 10101110 | 10101100 | 1001010 | 0 | 1 | 111001 | 100000 | 111011 | 101000 | 110001 |
Color Harmonies of #AEAC4A
Complementary color
Monochromatic Colors of #AEAC4A
Black with #AEAC4A
Text Example
Text Example
White with #AEAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC4A; }
p { color: rgb(174,172,74); }
H1.HeaderClassName
{
color: #AEAC4A;
}
.AnyTagClassName
{
color: #AEAC4A;
}
</style>
background-color css
<style>
a { background-color: #AEAC4A; }
a { background-color: rgb(174,172,74); }
div.DivClassName
{
background-color: #AEAC4A;
}
.BgClassName
{
background-color: #AEAC4A;
}
</style>
border-color css
<style>
span { border-color: #AEAC4A; }
span { border-color: rgb(174,172,74); }
td.TdClassName
{
border-color: #AEAC4A;
}
.TagClassName
{
border-color: #AEAC4A;
}
</style>