Shades of Brass #AEA84A
Tints of Brass #AEA84A
RGB
CMYK
RGB Variations
Color information
#AEA84A (or 0xAEA84A) is known color: Brass. HEX triplet: AE, A8 and 4A. RGB value is (174,168,74). Sum of RGB (Red+Green+Blue) = 174+168+74=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA84A is #5157B5. Grayscale: #9F9F9F. Windows color (decimal): -5330870 or 4892846. OLE color: 4892846.
HSL color Cylindrical-coordinate representation of color #AEA84A: hue angle of 56.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEA84A is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 74 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.32 |
| HSL | 56.4º | 0.4% | 0.49% | - |
| HSV(B) | 56.4º | 0.57% | 0.68% | - |
| XYZ | 32.69 | 37.5 | 11.99 | - |
| YUV | 159.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 74 | 0 | 0.03 | 0.57 | 0.32 | 56.4 | 0.4 | 0.49 |
| Hex | AE | A8 | 4A | 0 | 3 | 39 | 20 | 38 | 28 | 31 |
| Octal | 256 | 250 | 112 | 0 | 3 | 71 | 40 | 70 | 50 | 61 |
| Binary | 10101110 | 10101000 | 1001010 | 0 | 11 | 111001 | 100000 | 111000 | 101000 | 110001 |
Color Harmonies of #AEA84A
Complementary color
Monochromatic Colors of #AEA84A
Black with #AEA84A
Text Example
Text Example
White with #AEA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA84A; }
p { color: rgb(174,168,74); }
H1.HeaderClassName
{
color: #AEA84A;
}
.AnyTagClassName
{
color: #AEA84A;
}
</style>
background-color css
<style>
a { background-color: #AEA84A; }
a { background-color: rgb(174,168,74); }
div.DivClassName
{
background-color: #AEA84A;
}
.BgClassName
{
background-color: #AEA84A;
}
</style>
border-color css
<style>
span { border-color: #AEA84A; }
span { border-color: rgb(174,168,74); }
td.TdClassName
{
border-color: #AEA84A;
}
.TagClassName
{
border-color: #AEA84A;
}
</style>