Shades of Brass #AEA839
Tints of Brass #AEA839
RGB
CMYK
RGB Variations
Color information
#AEA839 (or 0xAEA839) is known color: Brass. HEX triplet: AE, A8 and 39. RGB value is (174,168,57). Sum of RGB (Red+Green+Blue) = 174+168+57=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA839 is #5157C6. Grayscale: #9D9D9D. Windows color (decimal): -5330887 or 3778734. OLE color: 3778734.
HSL color Cylindrical-coordinate representation of color #AEA839: hue angle of 56.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEA839 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 57 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.32 |
| HSL | 56.92º | 0.51% | 0.45% | - |
| HSV(B) | 56.92º | 0.67% | 0.68% | - |
| XYZ | 32.2 | 37.3 | 9.37 | - |
| YUV | 157.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 57 | 0 | 0.03 | 0.67 | 0.32 | 56.92 | 0.51 | 0.45 |
| Hex | AE | A8 | 39 | 0 | 3 | 43 | 20 | 39 | 33 | 2D |
| Octal | 256 | 250 | 71 | 0 | 3 | 103 | 40 | 71 | 63 | 55 |
| Binary | 10101110 | 10101000 | 111001 | 0 | 11 | 1000011 | 100000 | 111001 | 110011 | 101101 |
Color Harmonies of #AEA839
Complementary color
Monochromatic Colors of #AEA839
Black with #AEA839
Text Example
Text Example
White with #AEA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA839; }
p { color: rgb(174,168,57); }
H1.HeaderClassName
{
color: #AEA839;
}
.AnyTagClassName
{
color: #AEA839;
}
</style>
background-color css
<style>
a { background-color: #AEA839; }
a { background-color: rgb(174,168,57); }
div.DivClassName
{
background-color: #AEA839;
}
.BgClassName
{
background-color: #AEA839;
}
</style>
border-color css
<style>
span { border-color: #AEA839; }
span { border-color: rgb(174,168,57); }
td.TdClassName
{
border-color: #AEA839;
}
.TagClassName
{
border-color: #AEA839;
}
</style>