Shades of Brass #AEA847
Tints of Brass #AEA847
RGB
CMYK
RGB Variations
Color information
#AEA847 (or 0xAEA847) is known color: Brass. HEX triplet: AE, A8 and 47. RGB value is (174,168,71). Sum of RGB (Red+Green+Blue) = 174+168+71=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA847 is #5157B8. Grayscale: #9F9F9F. Windows color (decimal): -5330873 or 4696238. OLE color: 4696238.
HSL color Cylindrical-coordinate representation of color #AEA847: hue angle of 56.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEA847 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 71 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.32 |
| HSL | 56.5º | 0.42% | 0.48% | - |
| HSV(B) | 56.5º | 0.59% | 0.68% | - |
| XYZ | 32.6 | 37.46 | 11.47 | - |
| YUV | 158.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 71 | 0 | 0.03 | 0.59 | 0.32 | 56.5 | 0.42 | 0.48 |
| Hex | AE | A8 | 47 | 0 | 3 | 3B | 20 | 39 | 2A | 30 |
| Octal | 256 | 250 | 107 | 0 | 3 | 73 | 40 | 71 | 52 | 60 |
| Binary | 10101110 | 10101000 | 1000111 | 0 | 11 | 111011 | 100000 | 111001 | 101010 | 110000 |
Color Harmonies of #AEA847
Complementary color
Monochromatic Colors of #AEA847
Black with #AEA847
Text Example
Text Example
White with #AEA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA847; }
p { color: rgb(174,168,71); }
H1.HeaderClassName
{
color: #AEA847;
}
.AnyTagClassName
{
color: #AEA847;
}
</style>
background-color css
<style>
a { background-color: #AEA847; }
a { background-color: rgb(174,168,71); }
div.DivClassName
{
background-color: #AEA847;
}
.BgClassName
{
background-color: #AEA847;
}
</style>
border-color css
<style>
span { border-color: #AEA847; }
span { border-color: rgb(174,168,71); }
td.TdClassName
{
border-color: #AEA847;
}
.TagClassName
{
border-color: #AEA847;
}
</style>