Shades of Brass #AEA945
Tints of Brass #AEA945
RGB
CMYK
RGB Variations
Color information
#AEA945 (or 0xAEA945) is known color: Brass. HEX triplet: AE, A9 and 45. RGB value is (174,169,69). Sum of RGB (Red+Green+Blue) = 174+169+69=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA945 is #5156BA. Grayscale: #9F9F9F. Windows color (decimal): -5330619 or 4565422. OLE color: 4565422.
HSL color Cylindrical-coordinate representation of color #AEA945: hue angle of 57.14º 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 #AEA945 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 169 | 69 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.32 |
| HSL | 57.14º | 0.43% | 0.48% | - |
| HSV(B) | 57.14º | 0.6% | 0.68% | - |
| XYZ | 32.72 | 37.8 | 11.2 | - |
| YUV | 159.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 69 | 0 | 0.03 | 0.60 | 0.32 | 57.14 | 0.43 | 0.48 |
| Hex | AE | A9 | 45 | 0 | 3 | 3C | 20 | 39 | 2B | 30 |
| Octal | 256 | 251 | 105 | 0 | 3 | 74 | 40 | 71 | 53 | 60 |
| Binary | 10101110 | 10101001 | 1000101 | 0 | 11 | 111100 | 100000 | 111001 | 101011 | 110000 |
Color Harmonies of #AEA945
Complementary color
Monochromatic Colors of #AEA945
Black with #AEA945
Text Example
Text Example
White with #AEA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA945; }
p { color: rgb(174,169,69); }
H1.HeaderClassName
{
color: #AEA945;
}
.AnyTagClassName
{
color: #AEA945;
}
</style>
background-color css
<style>
a { background-color: #AEA945; }
a { background-color: rgb(174,169,69); }
div.DivClassName
{
background-color: #AEA945;
}
.BgClassName
{
background-color: #AEA945;
}
</style>
border-color css
<style>
span { border-color: #AEA945; }
span { border-color: rgb(174,169,69); }
td.TdClassName
{
border-color: #AEA945;
}
.TagClassName
{
border-color: #AEA945;
}
</style>