Shades of Brass #AEA550
Tints of Brass #AEA550
RGB
CMYK
RGB Variations
Color information
#AEA550 (or 0xAEA550) is known color: Brass. HEX triplet: AE, A5 and 50. RGB value is (174,165,80). Sum of RGB (Red+Green+Blue) = 174+165+80=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA550 is #515AAF. Grayscale: #9E9E9E. Windows color (decimal): -5331632 or 5285294. OLE color: 5285294.
HSL color Cylindrical-coordinate representation of color #AEA550: hue angle of 54.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEA550 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 80 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.32 |
| HSL | 54.26º | 0.37% | 0.5% | - |
| HSV(B) | 54.26º | 0.54% | 0.68% | - |
| XYZ | 32.36 | 36.49 | 12.93 | - |
| YUV | 158 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 80 | 0 | 0.05 | 0.54 | 0.32 | 54.26 | 0.37 | 0.5 |
| Hex | AE | A5 | 50 | 0 | 5 | 36 | 20 | 36 | 25 | 32 |
| Octal | 256 | 245 | 120 | 0 | 5 | 66 | 40 | 66 | 45 | 62 |
| Binary | 10101110 | 10100101 | 1010000 | 0 | 101 | 110110 | 100000 | 110110 | 100101 | 110010 |
Color Harmonies of #AEA550
Complementary color
Monochromatic Colors of #AEA550
Black with #AEA550
Text Example
Text Example
White with #AEA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA550; }
p { color: rgb(174,165,80); }
H1.HeaderClassName
{
color: #AEA550;
}
.AnyTagClassName
{
color: #AEA550;
}
</style>
background-color css
<style>
a { background-color: #AEA550; }
a { background-color: rgb(174,165,80); }
div.DivClassName
{
background-color: #AEA550;
}
.BgClassName
{
background-color: #AEA550;
}
</style>
border-color css
<style>
span { border-color: #AEA550; }
span { border-color: rgb(174,165,80); }
td.TdClassName
{
border-color: #AEA550;
}
.TagClassName
{
border-color: #AEA550;
}
</style>