Shades of Brass #AEA441
Tints of Brass #AEA441
RGB
CMYK
RGB Variations
Color information
#AEA441 (or 0xAEA441) is known color: Brass. HEX triplet: AE, A4 and 41. RGB value is (174,164,65). Sum of RGB (Red+Green+Blue) = 174+164+65=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA441 is #515BBE. Grayscale: #9C9C9C. Windows color (decimal): -5331903 or 4301998. OLE color: 4301998.
HSL color Cylindrical-coordinate representation of color #AEA441: hue angle of 54.5º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEA441 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 65 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.32 |
| HSL | 54.5º | 0.46% | 0.47% | - |
| HSV(B) | 54.5º | 0.63% | 0.68% | - |
| XYZ | 31.69 | 35.93 | 10.27 | - |
| YUV | 155.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 65 | 0 | 0.06 | 0.63 | 0.32 | 54.5 | 0.46 | 0.47 |
| Hex | AE | A4 | 41 | 0 | 6 | 3F | 20 | 36 | 2E | 2F |
| Octal | 256 | 244 | 101 | 0 | 6 | 77 | 40 | 66 | 56 | 57 |
| Binary | 10101110 | 10100100 | 1000001 | 0 | 110 | 111111 | 100000 | 110110 | 101110 | 101111 |
Color Harmonies of #AEA441
Complementary color
Monochromatic Colors of #AEA441
Black with #AEA441
Text Example
Text Example
White with #AEA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA441; }
p { color: rgb(174,164,65); }
H1.HeaderClassName
{
color: #AEA441;
}
.AnyTagClassName
{
color: #AEA441;
}
</style>
background-color css
<style>
a { background-color: #AEA441; }
a { background-color: rgb(174,164,65); }
div.DivClassName
{
background-color: #AEA441;
}
.BgClassName
{
background-color: #AEA441;
}
</style>
border-color css
<style>
span { border-color: #AEA441; }
span { border-color: rgb(174,164,65); }
td.TdClassName
{
border-color: #AEA441;
}
.TagClassName
{
border-color: #AEA441;
}
</style>