Shades of Brass #AEA34A
Tints of Brass #AEA34A
RGB
CMYK
RGB Variations
Color information
#AEA34A (or 0xAEA34A) is known color: Brass. HEX triplet: AE, A3 and 4A. RGB value is (174,163,74). Sum of RGB (Red+Green+Blue) = 174+163+74=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA34A is #515CB5. Grayscale: #9C9C9C. Windows color (decimal): -5332150 or 4891566. OLE color: 4891566.
HSL color Cylindrical-coordinate representation of color #AEA34A: hue angle of 53.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEA34A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 74 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.32 |
| HSL | 53.4º | 0.4% | 0.49% | - |
| HSV(B) | 53.4º | 0.57% | 0.68% | - |
| XYZ | 31.79 | 35.69 | 11.69 | - |
| YUV | 156.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 74 | 0 | 0.06 | 0.57 | 0.32 | 53.4 | 0.4 | 0.49 |
| Hex | AE | A3 | 4A | 0 | 6 | 39 | 20 | 35 | 28 | 31 |
| Octal | 256 | 243 | 112 | 0 | 6 | 71 | 40 | 65 | 50 | 61 |
| Binary | 10101110 | 10100011 | 1001010 | 0 | 110 | 111001 | 100000 | 110101 | 101000 | 110001 |
Color Harmonies of #AEA34A
Complementary color
Monochromatic Colors of #AEA34A
Black with #AEA34A
Text Example
Text Example
White with #AEA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA34A; }
p { color: rgb(174,163,74); }
H1.HeaderClassName
{
color: #AEA34A;
}
.AnyTagClassName
{
color: #AEA34A;
}
</style>
background-color css
<style>
a { background-color: #AEA34A; }
a { background-color: rgb(174,163,74); }
div.DivClassName
{
background-color: #AEA34A;
}
.BgClassName
{
background-color: #AEA34A;
}
</style>
border-color css
<style>
span { border-color: #AEA34A; }
span { border-color: rgb(174,163,74); }
td.TdClassName
{
border-color: #AEA34A;
}
.TagClassName
{
border-color: #AEA34A;
}
</style>