Shades of Brass #AEAA4D
Tints of Brass #AEAA4D
RGB
CMYK
RGB Variations
Color information
#AEAA4D (or 0xAEAA4D) is known color: Brass. HEX triplet: AE, AA and 4D. RGB value is (174,170,77). Sum of RGB (Red+Green+Blue) = 174+170+77=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA4D is #5155B2. Grayscale: #A0A0A0. Windows color (decimal): -5330355 or 5089966. OLE color: 5089966.
HSL color Cylindrical-coordinate representation of color #AEAA4D: hue angle of 57.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEAA4D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 77 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.32 |
| HSL | 57.53º | 0.39% | 0.49% | - |
| HSV(B) | 57.53º | 0.56% | 0.68% | - |
| XYZ | 33.17 | 38.28 | 12.66 | - |
| YUV | 160.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 77 | 0 | 0.02 | 0.56 | 0.32 | 57.53 | 0.39 | 0.49 |
| Hex | AE | AA | 4D | 0 | 2 | 38 | 20 | 3A | 27 | 31 |
| Octal | 256 | 252 | 115 | 0 | 2 | 70 | 40 | 72 | 47 | 61 |
| Binary | 10101110 | 10101010 | 1001101 | 0 | 10 | 111000 | 100000 | 111010 | 100111 | 110001 |
Color Harmonies of #AEAA4D
Complementary color
Monochromatic Colors of #AEAA4D
Black with #AEAA4D
Text Example
Text Example
White with #AEAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA4D; }
p { color: rgb(174,170,77); }
H1.HeaderClassName
{
color: #AEAA4D;
}
.AnyTagClassName
{
color: #AEAA4D;
}
</style>
background-color css
<style>
a { background-color: #AEAA4D; }
a { background-color: rgb(174,170,77); }
div.DivClassName
{
background-color: #AEAA4D;
}
.BgClassName
{
background-color: #AEAA4D;
}
</style>
border-color css
<style>
span { border-color: #AEAA4D; }
span { border-color: rgb(174,170,77); }
td.TdClassName
{
border-color: #AEAA4D;
}
.TagClassName
{
border-color: #AEAA4D;
}
</style>