Shades of Brass #AE9E42
Tints of Brass #AE9E42
RGB
CMYK
RGB Variations
Color information
#AE9E42 (or 0xAE9E42) is known color: Brass. HEX triplet: AE, 9E and 42. RGB value is (174,158,66). Sum of RGB (Red+Green+Blue) = 174+158+66=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E42 is #5161BD. Grayscale: #989898. Windows color (decimal): -5333438 or 4365998. OLE color: 4365998.
HSL color Cylindrical-coordinate representation of color #AE9E42: hue angle of 51.11º 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 #AE9E42 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 66 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.32 |
| HSL | 51.11º | 0.45% | 0.47% | - |
| HSV(B) | 51.11º | 0.62% | 0.68% | - |
| XYZ | 30.67 | 33.85 | 10.07 | - |
| YUV | 152.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 66 | 0 | 0.09 | 0.62 | 0.32 | 51.11 | 0.45 | 0.47 |
| Hex | AE | 9E | 42 | 0 | 9 | 3E | 20 | 33 | 2D | 2F |
| Octal | 256 | 236 | 102 | 0 | 11 | 76 | 40 | 63 | 55 | 57 |
| Binary | 10101110 | 10011110 | 1000010 | 0 | 1001 | 111110 | 100000 | 110011 | 101101 | 101111 |
Color Harmonies of #AE9E42
Complementary color
Monochromatic Colors of #AE9E42
Black with #AE9E42
Text Example
Text Example
White with #AE9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E42; }
p { color: rgb(174,158,66); }
H1.HeaderClassName
{
color: #AE9E42;
}
.AnyTagClassName
{
color: #AE9E42;
}
</style>
background-color css
<style>
a { background-color: #AE9E42; }
a { background-color: rgb(174,158,66); }
div.DivClassName
{
background-color: #AE9E42;
}
.BgClassName
{
background-color: #AE9E42;
}
</style>
border-color css
<style>
span { border-color: #AE9E42; }
span { border-color: rgb(174,158,66); }
td.TdClassName
{
border-color: #AE9E42;
}
.TagClassName
{
border-color: #AE9E42;
}
</style>