Shades of Brass #AEAC34
Tints of Brass #AEAC34
RGB
CMYK
RGB Variations
Color information
#AEAC34 (or 0xAEAC34) is known color: Brass. HEX triplet: AE, AC and 34. RGB value is (174,172,52). Sum of RGB (Red+Green+Blue) = 174+172+52=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC34 is #5153CB. Grayscale: #9F9F9F. Windows color (decimal): -5329868 or 3452078. OLE color: 3452078.
HSL color Cylindrical-coordinate representation of color #AEAC34: hue angle of 59.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEAC34 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 52 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.32 |
| HSL | 59.02º | 0.54% | 0.44% | - |
| HSV(B) | 59.02º | 0.7% | 0.68% | - |
| XYZ | 32.83 | 38.75 | 9 | - |
| YUV | 158.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 52 | 0 | 0.01 | 0.70 | 0.32 | 59.02 | 0.54 | 0.44 |
| Hex | AE | AC | 34 | 0 | 1 | 46 | 20 | 3B | 36 | 2C |
| Octal | 256 | 254 | 64 | 0 | 1 | 106 | 40 | 73 | 66 | 54 |
| Binary | 10101110 | 10101100 | 110100 | 0 | 1 | 1000110 | 100000 | 111011 | 110110 | 101100 |
Color Harmonies of #AEAC34
Complementary color
Monochromatic Colors of #AEAC34
Black with #AEAC34
Text Example
Text Example
White with #AEAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC34; }
p { color: rgb(174,172,52); }
H1.HeaderClassName
{
color: #AEAC34;
}
.AnyTagClassName
{
color: #AEAC34;
}
</style>
background-color css
<style>
a { background-color: #AEAC34; }
a { background-color: rgb(174,172,52); }
div.DivClassName
{
background-color: #AEAC34;
}
.BgClassName
{
background-color: #AEAC34;
}
</style>
border-color css
<style>
span { border-color: #AEAC34; }
span { border-color: rgb(174,172,52); }
td.TdClassName
{
border-color: #AEAC34;
}
.TagClassName
{
border-color: #AEAC34;
}
</style>