Shades of Brass #AEA841
Tints of Brass #AEA841
RGB
CMYK
RGB Variations
Color information
#AEA841 (or 0xAEA841) is known color: Brass. HEX triplet: AE, A8 and 41. RGB value is (174,168,65). Sum of RGB (Red+Green+Blue) = 174+168+65=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA841 is #5157BE. Grayscale: #9E9E9E. Windows color (decimal): -5330879 or 4303022. OLE color: 4303022.
HSL color Cylindrical-coordinate representation of color #AEA841: hue angle of 56.7º 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 #AEA841 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 65 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.32 |
| HSL | 56.7º | 0.46% | 0.47% | - |
| HSV(B) | 56.7º | 0.63% | 0.68% | - |
| XYZ | 32.41 | 37.39 | 10.51 | - |
| YUV | 158.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 65 | 0 | 0.03 | 0.63 | 0.32 | 56.7 | 0.46 | 0.47 |
| Hex | AE | A8 | 41 | 0 | 3 | 3F | 20 | 39 | 2E | 2F |
| Octal | 256 | 250 | 101 | 0 | 3 | 77 | 40 | 71 | 56 | 57 |
| Binary | 10101110 | 10101000 | 1000001 | 0 | 11 | 111111 | 100000 | 111001 | 101110 | 101111 |
Color Harmonies of #AEA841
Complementary color
Monochromatic Colors of #AEA841
Black with #AEA841
Text Example
Text Example
White with #AEA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA841; }
p { color: rgb(174,168,65); }
H1.HeaderClassName
{
color: #AEA841;
}
.AnyTagClassName
{
color: #AEA841;
}
</style>
background-color css
<style>
a { background-color: #AEA841; }
a { background-color: rgb(174,168,65); }
div.DivClassName
{
background-color: #AEA841;
}
.BgClassName
{
background-color: #AEA841;
}
</style>
border-color css
<style>
span { border-color: #AEA841; }
span { border-color: rgb(174,168,65); }
td.TdClassName
{
border-color: #AEA841;
}
.TagClassName
{
border-color: #AEA841;
}
</style>