Shades of Brass #AEAD37
Tints of Brass #AEAD37
RGB
CMYK
RGB Variations
Color information
#AEAD37 (or 0xAEAD37) is known color: Brass. HEX triplet: AE, AD and 37. RGB value is (174,173,55). Sum of RGB (Red+Green+Blue) = 174+173+55=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD37 is #5152C8. Grayscale: #A0A0A0. Windows color (decimal): -5329609 or 3648942. OLE color: 3648942.
HSL color Cylindrical-coordinate representation of color #AEAD37: hue angle of 59.5º degrees, saturation: 0.52, 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 #AEAD37 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 55 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.32 |
| HSL | 59.5º | 0.52% | 0.45% | - |
| HSV(B) | 59.5º | 0.68% | 0.68% | - |
| XYZ | 33.09 | 39.16 | 9.43 | - |
| YUV | 159.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 55 | 0 | 0.01 | 0.68 | 0.32 | 59.5 | 0.52 | 0.45 |
| Hex | AE | AD | 37 | 0 | 1 | 44 | 20 | 3B | 34 | 2D |
| Octal | 256 | 255 | 67 | 0 | 1 | 104 | 40 | 73 | 64 | 55 |
| Binary | 10101110 | 10101101 | 110111 | 0 | 1 | 1000100 | 100000 | 111011 | 110100 | 101101 |
Color Harmonies of #AEAD37
Complementary color
Monochromatic Colors of #AEAD37
Black with #AEAD37
Text Example
Text Example
White with #AEAD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD37; }
p { color: rgb(174,173,55); }
H1.HeaderClassName
{
color: #AEAD37;
}
.AnyTagClassName
{
color: #AEAD37;
}
</style>
background-color css
<style>
a { background-color: #AEAD37; }
a { background-color: rgb(174,173,55); }
div.DivClassName
{
background-color: #AEAD37;
}
.BgClassName
{
background-color: #AEAD37;
}
</style>
border-color css
<style>
span { border-color: #AEAD37; }
span { border-color: rgb(174,173,55); }
td.TdClassName
{
border-color: #AEAD37;
}
.TagClassName
{
border-color: #AEAD37;
}
</style>