Shades of Brass #AEA84D
Tints of Brass #AEA84D
RGB
CMYK
RGB Variations
Color information
#AEA84D (or 0xAEA84D) is known color: Brass. HEX triplet: AE, A8 and 4D. RGB value is (174,168,77). Sum of RGB (Red+Green+Blue) = 174+168+77=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA84D is #5157B2. Grayscale: #9F9F9F. Windows color (decimal): -5330867 or 5089454. OLE color: 5089454.
HSL color Cylindrical-coordinate representation of color #AEA84D: hue angle of 56.29º 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 #AEA84D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 77 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.32 |
| HSL | 56.29º | 0.39% | 0.49% | - |
| HSV(B) | 56.29º | 0.56% | 0.68% | - |
| XYZ | 32.8 | 37.54 | 12.54 | - |
| YUV | 159.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 77 | 0 | 0.03 | 0.56 | 0.32 | 56.29 | 0.39 | 0.49 |
| Hex | AE | A8 | 4D | 0 | 3 | 38 | 20 | 38 | 27 | 31 |
| Octal | 256 | 250 | 115 | 0 | 3 | 70 | 40 | 70 | 47 | 61 |
| Binary | 10101110 | 10101000 | 1001101 | 0 | 11 | 111000 | 100000 | 111000 | 100111 | 110001 |
Color Harmonies of #AEA84D
Complementary color
Monochromatic Colors of #AEA84D
Black with #AEA84D
Text Example
Text Example
White with #AEA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA84D; }
p { color: rgb(174,168,77); }
H1.HeaderClassName
{
color: #AEA84D;
}
.AnyTagClassName
{
color: #AEA84D;
}
</style>
background-color css
<style>
a { background-color: #AEA84D; }
a { background-color: rgb(174,168,77); }
div.DivClassName
{
background-color: #AEA84D;
}
.BgClassName
{
background-color: #AEA84D;
}
</style>
border-color css
<style>
span { border-color: #AEA84D; }
span { border-color: rgb(174,168,77); }
td.TdClassName
{
border-color: #AEA84D;
}
.TagClassName
{
border-color: #AEA84D;
}
</style>