Shades of Brass #AEA232
Tints of Brass #AEA232
RGB
CMYK
RGB Variations
Color information
#AEA232 (or 0xAEA232) is known color: Brass. HEX triplet: AE, A2 and 32. RGB value is (174,162,50). Sum of RGB (Red+Green+Blue) = 174+162+50=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA232 is #515DCD. Grayscale: #999999. Windows color (decimal): -5332430 or 3318446. OLE color: 3318446.
HSL color Cylindrical-coordinate representation of color #AEA232: hue angle of 54.19º 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 #AEA232 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 50 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.32 |
| HSL | 54.19º | 0.55% | 0.44% | - |
| HSV(B) | 54.19º | 0.71% | 0.68% | - |
| XYZ | 30.95 | 35.07 | 8.16 | - |
| YUV | 152.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 50 | 0 | 0.07 | 0.71 | 0.32 | 54.19 | 0.55 | 0.44 |
| Hex | AE | A2 | 32 | 0 | 7 | 47 | 20 | 36 | 37 | 2C |
| Octal | 256 | 242 | 62 | 0 | 7 | 107 | 40 | 66 | 67 | 54 |
| Binary | 10101110 | 10100010 | 110010 | 0 | 111 | 1000111 | 100000 | 110110 | 110111 | 101100 |
Color Harmonies of #AEA232
Complementary color
Monochromatic Colors of #AEA232
Black with #AEA232
Text Example
Text Example
White with #AEA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA232; }
p { color: rgb(174,162,50); }
H1.HeaderClassName
{
color: #AEA232;
}
.AnyTagClassName
{
color: #AEA232;
}
</style>
background-color css
<style>
a { background-color: #AEA232; }
a { background-color: rgb(174,162,50); }
div.DivClassName
{
background-color: #AEA232;
}
.BgClassName
{
background-color: #AEA232;
}
</style>
border-color css
<style>
span { border-color: #AEA232; }
span { border-color: rgb(174,162,50); }
td.TdClassName
{
border-color: #AEA232;
}
.TagClassName
{
border-color: #AEA232;
}
</style>