Shades of Brass #AEAD4C
Tints of Brass #AEAD4C
RGB
CMYK
RGB Variations
Color information
#AEAD4C (or 0xAEAD4C) is known color: Brass. HEX triplet: AE, AD and 4C. RGB value is (174,173,76). Sum of RGB (Red+Green+Blue) = 174+173+76=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD4C is #5152B3. Grayscale: #A2A2A2. Windows color (decimal): -5329588 or 5025198. OLE color: 5025198.
HSL color Cylindrical-coordinate representation of color #AEAD4C: hue angle of 59.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEAD4C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 76 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.32 |
| HSL | 59.39º | 0.39% | 0.49% | - |
| HSV(B) | 59.39º | 0.56% | 0.68% | - |
| XYZ | 33.7 | 39.41 | 12.67 | - |
| YUV | 162.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 76 | 0 | 0.01 | 0.56 | 0.32 | 59.39 | 0.39 | 0.49 |
| Hex | AE | AD | 4C | 0 | 1 | 38 | 20 | 3B | 27 | 31 |
| Octal | 256 | 255 | 114 | 0 | 1 | 70 | 40 | 73 | 47 | 61 |
| Binary | 10101110 | 10101101 | 1001100 | 0 | 1 | 111000 | 100000 | 111011 | 100111 | 110001 |
Color Harmonies of #AEAD4C
Complementary color
Monochromatic Colors of #AEAD4C
Black with #AEAD4C
Text Example
Text Example
White with #AEAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD4C; }
p { color: rgb(174,173,76); }
H1.HeaderClassName
{
color: #AEAD4C;
}
.AnyTagClassName
{
color: #AEAD4C;
}
</style>
background-color css
<style>
a { background-color: #AEAD4C; }
a { background-color: rgb(174,173,76); }
div.DivClassName
{
background-color: #AEAD4C;
}
.BgClassName
{
background-color: #AEAD4C;
}
</style>
border-color css
<style>
span { border-color: #AEAD4C; }
span { border-color: rgb(174,173,76); }
td.TdClassName
{
border-color: #AEAD4C;
}
.TagClassName
{
border-color: #AEAD4C;
}
</style>