Shades of Brass #AEA836
Tints of Brass #AEA836
RGB
CMYK
RGB Variations
Color information
#AEA836 (or 0xAEA836) is known color: Brass. HEX triplet: AE, A8 and 36. RGB value is (174,168,54). Sum of RGB (Red+Green+Blue) = 174+168+54=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA836 is #5157C9. Grayscale: #9D9D9D. Windows color (decimal): -5330890 or 3582126. OLE color: 3582126.
HSL color Cylindrical-coordinate representation of color #AEA836: hue angle of 57º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEA836 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 54 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.32 |
| HSL | 57º | 0.53% | 0.45% | - |
| HSV(B) | 57º | 0.69% | 0.68% | - |
| XYZ | 32.12 | 37.27 | 8.99 | - |
| YUV | 156.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 54 | 0 | 0.03 | 0.69 | 0.32 | 57 | 0.53 | 0.45 |
| Hex | AE | A8 | 36 | 0 | 3 | 45 | 20 | 39 | 35 | 2D |
| Octal | 256 | 250 | 66 | 0 | 3 | 105 | 40 | 71 | 65 | 55 |
| Binary | 10101110 | 10101000 | 110110 | 0 | 11 | 1000101 | 100000 | 111001 | 110101 | 101101 |
Color Harmonies of #AEA836
Complementary color
Monochromatic Colors of #AEA836
Black with #AEA836
Text Example
Text Example
White with #AEA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA836; }
p { color: rgb(174,168,54); }
H1.HeaderClassName
{
color: #AEA836;
}
.AnyTagClassName
{
color: #AEA836;
}
</style>
background-color css
<style>
a { background-color: #AEA836; }
a { background-color: rgb(174,168,54); }
div.DivClassName
{
background-color: #AEA836;
}
.BgClassName
{
background-color: #AEA836;
}
</style>
border-color css
<style>
span { border-color: #AEA836; }
span { border-color: rgb(174,168,54); }
td.TdClassName
{
border-color: #AEA836;
}
.TagClassName
{
border-color: #AEA836;
}
</style>