Shades of Brass #AEAD44
Tints of Brass #AEAD44
RGB
CMYK
RGB Variations
Color information
#AEAD44 (or 0xAEAD44) is known color: Brass. HEX triplet: AE, AD and 44. RGB value is (174,173,68). Sum of RGB (Red+Green+Blue) = 174+173+68=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD44 is #5152BB. Grayscale: #A1A1A1. Windows color (decimal): -5329596 or 4500910. OLE color: 4500910.
HSL color Cylindrical-coordinate representation of color #AEAD44: hue angle of 59.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEAD44 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 68 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.32 |
| HSL | 59.43º | 0.44% | 0.47% | - |
| HSV(B) | 59.43º | 0.61% | 0.68% | - |
| XYZ | 33.44 | 39.3 | 11.29 | - |
| YUV | 161.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 68 | 0 | 0.01 | 0.61 | 0.32 | 59.43 | 0.44 | 0.47 |
| Hex | AE | AD | 44 | 0 | 1 | 3D | 20 | 3B | 2C | 2F |
| Octal | 256 | 255 | 104 | 0 | 1 | 75 | 40 | 73 | 54 | 57 |
| Binary | 10101110 | 10101101 | 1000100 | 0 | 1 | 111101 | 100000 | 111011 | 101100 | 101111 |
Color Harmonies of #AEAD44
Complementary color
Monochromatic Colors of #AEAD44
Black with #AEAD44
Text Example
Text Example
White with #AEAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD44; }
p { color: rgb(174,173,68); }
H1.HeaderClassName
{
color: #AEAD44;
}
.AnyTagClassName
{
color: #AEAD44;
}
</style>
background-color css
<style>
a { background-color: #AEAD44; }
a { background-color: rgb(174,173,68); }
div.DivClassName
{
background-color: #AEAD44;
}
.BgClassName
{
background-color: #AEAD44;
}
</style>
border-color css
<style>
span { border-color: #AEAD44; }
span { border-color: rgb(174,173,68); }
td.TdClassName
{
border-color: #AEAD44;
}
.TagClassName
{
border-color: #AEAD44;
}
</style>