Shades of Brass #AEAD3E
Tints of Brass #AEAD3E
RGB
CMYK
RGB Variations
Color information
#AEAD3E (or 0xAEAD3E) is known color: Brass. HEX triplet: AE, AD and 3E. RGB value is (174,173,62). Sum of RGB (Red+Green+Blue) = 174+173+62=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD3E is #5152C1. Grayscale: #A1A1A1. Windows color (decimal): -5329602 or 4107694. OLE color: 4107694.
HSL color Cylindrical-coordinate representation of color #AEAD3E: hue angle of 59.46º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEAD3E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 62 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.32 |
| HSL | 59.46º | 0.47% | 0.46% | - |
| HSV(B) | 59.46º | 0.64% | 0.68% | - |
| XYZ | 33.27 | 39.23 | 10.38 | - |
| YUV | 160.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 62 | 0 | 0.01 | 0.64 | 0.32 | 59.46 | 0.47 | 0.46 |
| Hex | AE | AD | 3E | 0 | 1 | 40 | 20 | 3B | 2F | 2E |
| Octal | 256 | 255 | 76 | 0 | 1 | 100 | 40 | 73 | 57 | 56 |
| Binary | 10101110 | 10101101 | 111110 | 0 | 1 | 1000000 | 100000 | 111011 | 101111 | 101110 |
Color Harmonies of #AEAD3E
Complementary color
Monochromatic Colors of #AEAD3E
Black with #AEAD3E
Text Example
Text Example
White with #AEAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD3E; }
p { color: rgb(174,173,62); }
H1.HeaderClassName
{
color: #AEAD3E;
}
.AnyTagClassName
{
color: #AEAD3E;
}
</style>
background-color css
<style>
a { background-color: #AEAD3E; }
a { background-color: rgb(174,173,62); }
div.DivClassName
{
background-color: #AEAD3E;
}
.BgClassName
{
background-color: #AEAD3E;
}
</style>
border-color css
<style>
span { border-color: #AEAD3E; }
span { border-color: rgb(174,173,62); }
td.TdClassName
{
border-color: #AEAD3E;
}
.TagClassName
{
border-color: #AEAD3E;
}
</style>