Shades of Brass #AEA34D
Tints of Brass #AEA34D
RGB
CMYK
RGB Variations
Color information
#AEA34D (or 0xAEA34D) is known color: Brass. HEX triplet: AE, A3 and 4D. RGB value is (174,163,77). Sum of RGB (Red+Green+Blue) = 174+163+77=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA34D is #515CB2. Grayscale: #9C9C9C. Windows color (decimal): -5332147 or 5088174. OLE color: 5088174.
HSL color Cylindrical-coordinate representation of color #AEA34D: hue angle of 53.2º 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 #AEA34D is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 77 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.32 |
| HSL | 53.2º | 0.39% | 0.49% | - |
| HSV(B) | 53.2º | 0.56% | 0.68% | - |
| XYZ | 31.89 | 35.73 | 12.24 | - |
| YUV | 156.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 77 | 0 | 0.06 | 0.56 | 0.32 | 53.2 | 0.39 | 0.49 |
| Hex | AE | A3 | 4D | 0 | 6 | 38 | 20 | 35 | 27 | 31 |
| Octal | 256 | 243 | 115 | 0 | 6 | 70 | 40 | 65 | 47 | 61 |
| Binary | 10101110 | 10100011 | 1001101 | 0 | 110 | 111000 | 100000 | 110101 | 100111 | 110001 |
Color Harmonies of #AEA34D
Complementary color
Monochromatic Colors of #AEA34D
Black with #AEA34D
Text Example
Text Example
White with #AEA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA34D; }
p { color: rgb(174,163,77); }
H1.HeaderClassName
{
color: #AEA34D;
}
.AnyTagClassName
{
color: #AEA34D;
}
</style>
background-color css
<style>
a { background-color: #AEA34D; }
a { background-color: rgb(174,163,77); }
div.DivClassName
{
background-color: #AEA34D;
}
.BgClassName
{
background-color: #AEA34D;
}
</style>
border-color css
<style>
span { border-color: #AEA34D; }
span { border-color: rgb(174,163,77); }
td.TdClassName
{
border-color: #AEA34D;
}
.TagClassName
{
border-color: #AEA34D;
}
</style>