Shades of Brass #AEA238
Tints of Brass #AEA238
RGB
CMYK
RGB Variations
Color information
#AEA238 (or 0xAEA238) is known color: Brass. HEX triplet: AE, A2 and 38. RGB value is (174,162,56). Sum of RGB (Red+Green+Blue) = 174+162+56=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA238 is #515DC7. Grayscale: #999999. Windows color (decimal): -5332424 or 3711662. OLE color: 3711662.
HSL color Cylindrical-coordinate representation of color #AEA238: hue angle of 53.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEA238 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 56 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.32 |
| HSL | 53.9º | 0.51% | 0.45% | - |
| HSV(B) | 53.9º | 0.68% | 0.68% | - |
| XYZ | 31.09 | 35.12 | 8.88 | - |
| YUV | 153.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 56 | 0 | 0.07 | 0.68 | 0.32 | 53.9 | 0.51 | 0.45 |
| Hex | AE | A2 | 38 | 0 | 7 | 44 | 20 | 36 | 33 | 2D |
| Octal | 256 | 242 | 70 | 0 | 7 | 104 | 40 | 66 | 63 | 55 |
| Binary | 10101110 | 10100010 | 111000 | 0 | 111 | 1000100 | 100000 | 110110 | 110011 | 101101 |
Color Harmonies of #AEA238
Complementary color
Monochromatic Colors of #AEA238
Black with #AEA238
Text Example
Text Example
White with #AEA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA238; }
p { color: rgb(174,162,56); }
H1.HeaderClassName
{
color: #AEA238;
}
.AnyTagClassName
{
color: #AEA238;
}
</style>
background-color css
<style>
a { background-color: #AEA238; }
a { background-color: rgb(174,162,56); }
div.DivClassName
{
background-color: #AEA238;
}
.BgClassName
{
background-color: #AEA238;
}
</style>
border-color css
<style>
span { border-color: #AEA238; }
span { border-color: rgb(174,162,56); }
td.TdClassName
{
border-color: #AEA238;
}
.TagClassName
{
border-color: #AEA238;
}
</style>