Shades of Brass #AEA84E
Tints of Brass #AEA84E
RGB
CMYK
RGB Variations
Color information
#AEA84E (or 0xAEA84E) is known color: Brass. HEX triplet: AE, A8 and 4E. RGB value is (174,168,78). Sum of RGB (Red+Green+Blue) = 174+168+78=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA84E is #5157B1. Grayscale: #9F9F9F. Windows color (decimal): -5330866 or 5154990. OLE color: 5154990.
HSL color Cylindrical-coordinate representation of color #AEA84E: hue angle of 56.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEA84E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 78 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.32 |
| HSL | 56.25º | 0.38% | 0.49% | - |
| HSV(B) | 56.25º | 0.55% | 0.68% | - |
| XYZ | 32.83 | 37.55 | 12.73 | - |
| YUV | 159.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 78 | 0 | 0.03 | 0.55 | 0.32 | 56.25 | 0.38 | 0.49 |
| Hex | AE | A8 | 4E | 0 | 3 | 37 | 20 | 38 | 26 | 31 |
| Octal | 256 | 250 | 116 | 0 | 3 | 67 | 40 | 70 | 46 | 61 |
| Binary | 10101110 | 10101000 | 1001110 | 0 | 11 | 110111 | 100000 | 111000 | 100110 | 110001 |
Color Harmonies of #AEA84E
Complementary color
Monochromatic Colors of #AEA84E
Black with #AEA84E
Text Example
Text Example
White with #AEA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA84E; }
p { color: rgb(174,168,78); }
H1.HeaderClassName
{
color: #AEA84E;
}
.AnyTagClassName
{
color: #AEA84E;
}
</style>
background-color css
<style>
a { background-color: #AEA84E; }
a { background-color: rgb(174,168,78); }
div.DivClassName
{
background-color: #AEA84E;
}
.BgClassName
{
background-color: #AEA84E;
}
</style>
border-color css
<style>
span { border-color: #AEA84E; }
span { border-color: rgb(174,168,78); }
td.TdClassName
{
border-color: #AEA84E;
}
.TagClassName
{
border-color: #AEA84E;
}
</style>