Shades of Brass #AE9C40
Tints of Brass #AE9C40
RGB
CMYK
RGB Variations
Color information
#AE9C40 (or 0xAE9C40) is known color: Brass. HEX triplet: AE, 9C and 40. RGB value is (174,156,64). Sum of RGB (Red+Green+Blue) = 174+156+64=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C40 is #5163BF. Grayscale: #979797. Windows color (decimal): -5333952 or 4234414. OLE color: 4234414.
HSL color Cylindrical-coordinate representation of color #AE9C40: hue angle of 50.18º 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 #AE9C40 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 64 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.32 |
| HSL | 50.18º | 0.46% | 0.47% | - |
| HSV(B) | 50.18º | 0.63% | 0.68% | - |
| XYZ | 30.27 | 33.15 | 9.65 | - |
| YUV | 150.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 64 | 0 | 0.10 | 0.63 | 0.32 | 50.18 | 0.46 | 0.47 |
| Hex | AE | 9C | 40 | 0 | A | 3F | 20 | 32 | 2E | 2F |
| Octal | 256 | 234 | 100 | 0 | 12 | 77 | 40 | 62 | 56 | 57 |
| Binary | 10101110 | 10011100 | 1000000 | 0 | 1010 | 111111 | 100000 | 110010 | 101110 | 101111 |
Color Harmonies of #AE9C40
Complementary color
Monochromatic Colors of #AE9C40
Black with #AE9C40
Text Example
Text Example
White with #AE9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C40; }
p { color: rgb(174,156,64); }
H1.HeaderClassName
{
color: #AE9C40;
}
.AnyTagClassName
{
color: #AE9C40;
}
</style>
background-color css
<style>
a { background-color: #AE9C40; }
a { background-color: rgb(174,156,64); }
div.DivClassName
{
background-color: #AE9C40;
}
.BgClassName
{
background-color: #AE9C40;
}
</style>
border-color css
<style>
span { border-color: #AE9C40; }
span { border-color: rgb(174,156,64); }
td.TdClassName
{
border-color: #AE9C40;
}
.TagClassName
{
border-color: #AE9C40;
}
</style>