Shades of Brass #AEAD42
Tints of Brass #AEAD42
RGB
CMYK
RGB Variations
Color information
#AEAD42 (or 0xAEAD42) is known color: Brass. HEX triplet: AE, AD and 42. RGB value is (174,173,66). Sum of RGB (Red+Green+Blue) = 174+173+66=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD42 is #5152BD. Grayscale: #A1A1A1. Windows color (decimal): -5329598 or 4369838. OLE color: 4369838.
HSL color Cylindrical-coordinate representation of color #AEAD42: hue angle of 59.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEAD42 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 66 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.32 |
| HSL | 59.44º | 0.45% | 0.47% | - |
| HSV(B) | 59.44º | 0.62% | 0.68% | - |
| XYZ | 33.38 | 39.28 | 10.98 | - |
| YUV | 161.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 66 | 0 | 0.01 | 0.62 | 0.32 | 59.44 | 0.45 | 0.47 |
| Hex | AE | AD | 42 | 0 | 1 | 3E | 20 | 3B | 2D | 2F |
| Octal | 256 | 255 | 102 | 0 | 1 | 76 | 40 | 73 | 55 | 57 |
| Binary | 10101110 | 10101101 | 1000010 | 0 | 1 | 111110 | 100000 | 111011 | 101101 | 101111 |
Color Harmonies of #AEAD42
Complementary color
Monochromatic Colors of #AEAD42
Black with #AEAD42
Text Example
Text Example
White with #AEAD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD42; }
p { color: rgb(174,173,66); }
H1.HeaderClassName
{
color: #AEAD42;
}
.AnyTagClassName
{
color: #AEAD42;
}
</style>
background-color css
<style>
a { background-color: #AEAD42; }
a { background-color: rgb(174,173,66); }
div.DivClassName
{
background-color: #AEAD42;
}
.BgClassName
{
background-color: #AEAD42;
}
</style>
border-color css
<style>
span { border-color: #AEAD42; }
span { border-color: rgb(174,173,66); }
td.TdClassName
{
border-color: #AEAD42;
}
.TagClassName
{
border-color: #AEAD42;
}
</style>