Shades of Brass #AEAC4D
Tints of Brass #AEAC4D
RGB
CMYK
RGB Variations
Color information
#AEAC4D (or 0xAEAC4D) is known color: Brass. HEX triplet: AE, AC and 4D. RGB value is (174,172,77). Sum of RGB (Red+Green+Blue) = 174+172+77=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC4D is #5153B2. Grayscale: #A2A2A2. Windows color (decimal): -5329843 or 5090478. OLE color: 5090478.
HSL color Cylindrical-coordinate representation of color #AEAC4D: hue angle of 58.76º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEAC4D is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 77 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.32 |
| HSL | 58.76º | 0.39% | 0.49% | - |
| HSV(B) | 58.76º | 0.56% | 0.68% | - |
| XYZ | 33.55 | 39.04 | 12.79 | - |
| YUV | 161.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 77 | 0 | 0.01 | 0.56 | 0.32 | 58.76 | 0.39 | 0.49 |
| Hex | AE | AC | 4D | 0 | 1 | 38 | 20 | 3B | 27 | 31 |
| Octal | 256 | 254 | 115 | 0 | 1 | 70 | 40 | 73 | 47 | 61 |
| Binary | 10101110 | 10101100 | 1001101 | 0 | 1 | 111000 | 100000 | 111011 | 100111 | 110001 |
Color Harmonies of #AEAC4D
Complementary color
Monochromatic Colors of #AEAC4D
Black with #AEAC4D
Text Example
Text Example
White with #AEAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC4D; }
p { color: rgb(174,172,77); }
H1.HeaderClassName
{
color: #AEAC4D;
}
.AnyTagClassName
{
color: #AEAC4D;
}
</style>
background-color css
<style>
a { background-color: #AEAC4D; }
a { background-color: rgb(174,172,77); }
div.DivClassName
{
background-color: #AEAC4D;
}
.BgClassName
{
background-color: #AEAC4D;
}
</style>
border-color css
<style>
span { border-color: #AEAC4D; }
span { border-color: rgb(174,172,77); }
td.TdClassName
{
border-color: #AEAC4D;
}
.TagClassName
{
border-color: #AEAC4D;
}
</style>