Shades of Brass #AEA045
Tints of Brass #AEA045
RGB
CMYK
RGB Variations
Color information
#AEA045 (or 0xAEA045) is known color: Brass. HEX triplet: AE, A0 and 45. RGB value is (174,160,69). Sum of RGB (Red+Green+Blue) = 174+160+69=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA045 is #515FBA. Grayscale: #9A9A9A. Windows color (decimal): -5332923 or 4563118. OLE color: 4563118.
HSL color Cylindrical-coordinate representation of color #AEA045: hue angle of 52º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEA045 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 69 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.32 |
| HSL | 52º | 0.43% | 0.48% | - |
| HSV(B) | 52º | 0.6% | 0.68% | - |
| XYZ | 31.1 | 34.57 | 10.66 | - |
| YUV | 153.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 69 | 0 | 0.08 | 0.60 | 0.32 | 52 | 0.43 | 0.48 |
| Hex | AE | A0 | 45 | 0 | 8 | 3C | 20 | 34 | 2B | 30 |
| Octal | 256 | 240 | 105 | 0 | 10 | 74 | 40 | 64 | 53 | 60 |
| Binary | 10101110 | 10100000 | 1000101 | 0 | 1000 | 111100 | 100000 | 110100 | 101011 | 110000 |
Color Harmonies of #AEA045
Complementary color
Monochromatic Colors of #AEA045
Black with #AEA045
Text Example
Text Example
White with #AEA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA045; }
p { color: rgb(174,160,69); }
H1.HeaderClassName
{
color: #AEA045;
}
.AnyTagClassName
{
color: #AEA045;
}
</style>
background-color css
<style>
a { background-color: #AEA045; }
a { background-color: rgb(174,160,69); }
div.DivClassName
{
background-color: #AEA045;
}
.BgClassName
{
background-color: #AEA045;
}
</style>
border-color css
<style>
span { border-color: #AEA045; }
span { border-color: rgb(174,160,69); }
td.TdClassName
{
border-color: #AEA045;
}
.TagClassName
{
border-color: #AEA045;
}
</style>