Shades of Brass #AEA145
Tints of Brass #AEA145
RGB
CMYK
RGB Variations
Color information
#AEA145 (or 0xAEA145) is known color: Brass. HEX triplet: AE, A1 and 45. RGB value is (174,161,69). Sum of RGB (Red+Green+Blue) = 174+161+69=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA145 is #515EBA. Grayscale: #9A9A9A. Windows color (decimal): -5332667 or 4563374. OLE color: 4563374.
HSL color Cylindrical-coordinate representation of color #AEA145: hue angle of 52.57º 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 #AEA145 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 69 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.32 |
| HSL | 52.57º | 0.43% | 0.48% | - |
| HSV(B) | 52.57º | 0.6% | 0.68% | - |
| XYZ | 31.27 | 34.92 | 10.72 | - |
| YUV | 154.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 69 | 0 | 0.07 | 0.60 | 0.32 | 52.57 | 0.43 | 0.48 |
| Hex | AE | A1 | 45 | 0 | 7 | 3C | 20 | 35 | 2B | 30 |
| Octal | 256 | 241 | 105 | 0 | 7 | 74 | 40 | 65 | 53 | 60 |
| Binary | 10101110 | 10100001 | 1000101 | 0 | 111 | 111100 | 100000 | 110101 | 101011 | 110000 |
Color Harmonies of #AEA145
Complementary color
Monochromatic Colors of #AEA145
Black with #AEA145
Text Example
Text Example
White with #AEA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA145; }
p { color: rgb(174,161,69); }
H1.HeaderClassName
{
color: #AEA145;
}
.AnyTagClassName
{
color: #AEA145;
}
</style>
background-color css
<style>
a { background-color: #AEA145; }
a { background-color: rgb(174,161,69); }
div.DivClassName
{
background-color: #AEA145;
}
.BgClassName
{
background-color: #AEA145;
}
</style>
border-color css
<style>
span { border-color: #AEA145; }
span { border-color: rgb(174,161,69); }
td.TdClassName
{
border-color: #AEA145;
}
.TagClassName
{
border-color: #AEA145;
}
</style>