Shades of Brass #AEA133
Tints of Brass #AEA133
RGB
CMYK
RGB Variations
Color information
#AEA133 (or 0xAEA133) is known color: Brass. HEX triplet: AE, A1 and 33. RGB value is (174,161,51). Sum of RGB (Red+Green+Blue) = 174+161+51=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA133 is #515ECC. Grayscale: #989898. Windows color (decimal): -5332685 or 3383726. OLE color: 3383726.
HSL color Cylindrical-coordinate representation of color #AEA133: hue angle of 53.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEA133 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 51 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.32 |
| HSL | 53.66º | 0.55% | 0.44% | - |
| HSV(B) | 53.66º | 0.71% | 0.68% | - |
| XYZ | 30.8 | 34.73 | 8.21 | - |
| YUV | 152.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 51 | 0 | 0.07 | 0.71 | 0.32 | 53.66 | 0.55 | 0.44 |
| Hex | AE | A1 | 33 | 0 | 7 | 47 | 20 | 36 | 37 | 2C |
| Octal | 256 | 241 | 63 | 0 | 7 | 107 | 40 | 66 | 67 | 54 |
| Binary | 10101110 | 10100001 | 110011 | 0 | 111 | 1000111 | 100000 | 110110 | 110111 | 101100 |
Color Harmonies of #AEA133
Complementary color
Monochromatic Colors of #AEA133
Black with #AEA133
Text Example
Text Example
White with #AEA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA133; }
p { color: rgb(174,161,51); }
H1.HeaderClassName
{
color: #AEA133;
}
.AnyTagClassName
{
color: #AEA133;
}
</style>
background-color css
<style>
a { background-color: #AEA133; }
a { background-color: rgb(174,161,51); }
div.DivClassName
{
background-color: #AEA133;
}
.BgClassName
{
background-color: #AEA133;
}
</style>
border-color css
<style>
span { border-color: #AEA133; }
span { border-color: rgb(174,161,51); }
td.TdClassName
{
border-color: #AEA133;
}
.TagClassName
{
border-color: #AEA133;
}
</style>