Shades of Brass #AEAD41
Tints of Brass #AEAD41
RGB
CMYK
RGB Variations
Color information
#AEAD41 (or 0xAEAD41) is known color: Brass. HEX triplet: AE, AD and 41. RGB value is (174,173,65). Sum of RGB (Red+Green+Blue) = 174+173+65=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD41 is #5152BE. Grayscale: #A1A1A1. Windows color (decimal): -5329599 or 4304302. OLE color: 4304302.
HSL color Cylindrical-coordinate representation of color #AEAD41: hue angle of 59.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEAD41 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 65 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.32 |
| HSL | 59.45º | 0.46% | 0.47% | - |
| HSV(B) | 59.45º | 0.63% | 0.68% | - |
| XYZ | 33.35 | 39.27 | 10.82 | - |
| YUV | 160.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 65 | 0 | 0.01 | 0.63 | 0.32 | 59.45 | 0.46 | 0.47 |
| Hex | AE | AD | 41 | 0 | 1 | 3F | 20 | 3B | 2E | 2F |
| Octal | 256 | 255 | 101 | 0 | 1 | 77 | 40 | 73 | 56 | 57 |
| Binary | 10101110 | 10101101 | 1000001 | 0 | 1 | 111111 | 100000 | 111011 | 101110 | 101111 |
Color Harmonies of #AEAD41
Complementary color
Monochromatic Colors of #AEAD41
Black with #AEAD41
Text Example
Text Example
White with #AEAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD41; }
p { color: rgb(174,173,65); }
H1.HeaderClassName
{
color: #AEAD41;
}
.AnyTagClassName
{
color: #AEAD41;
}
</style>
background-color css
<style>
a { background-color: #AEAD41; }
a { background-color: rgb(174,173,65); }
div.DivClassName
{
background-color: #AEAD41;
}
.BgClassName
{
background-color: #AEAD41;
}
</style>
border-color css
<style>
span { border-color: #AEAD41; }
span { border-color: rgb(174,173,65); }
td.TdClassName
{
border-color: #AEAD41;
}
.TagClassName
{
border-color: #AEAD41;
}
</style>