Shades of Brass #AEA838
Tints of Brass #AEA838
RGB
CMYK
RGB Variations
Color information
#AEA838 (or 0xAEA838) is known color: Brass. HEX triplet: AE, A8 and 38. RGB value is (174,168,56). Sum of RGB (Red+Green+Blue) = 174+168+56=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA838 is #5157C7. Grayscale: #9D9D9D. Windows color (decimal): -5330888 or 3713198. OLE color: 3713198.
HSL color Cylindrical-coordinate representation of color #AEA838: hue angle of 56.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEA838 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 56 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.32 |
| HSL | 56.95º | 0.51% | 0.45% | - |
| HSV(B) | 56.95º | 0.68% | 0.68% | - |
| XYZ | 32.17 | 37.29 | 9.24 | - |
| YUV | 157.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 56 | 0 | 0.03 | 0.68 | 0.32 | 56.95 | 0.51 | 0.45 |
| Hex | AE | A8 | 38 | 0 | 3 | 44 | 20 | 39 | 33 | 2D |
| Octal | 256 | 250 | 70 | 0 | 3 | 104 | 40 | 71 | 63 | 55 |
| Binary | 10101110 | 10101000 | 111000 | 0 | 11 | 1000100 | 100000 | 111001 | 110011 | 101101 |
Color Harmonies of #AEA838
Complementary color
Monochromatic Colors of #AEA838
Black with #AEA838
Text Example
Text Example
White with #AEA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA838; }
p { color: rgb(174,168,56); }
H1.HeaderClassName
{
color: #AEA838;
}
.AnyTagClassName
{
color: #AEA838;
}
</style>
background-color css
<style>
a { background-color: #AEA838; }
a { background-color: rgb(174,168,56); }
div.DivClassName
{
background-color: #AEA838;
}
.BgClassName
{
background-color: #AEA838;
}
</style>
border-color css
<style>
span { border-color: #AEA838; }
span { border-color: rgb(174,168,56); }
td.TdClassName
{
border-color: #AEA838;
}
.TagClassName
{
border-color: #AEA838;
}
</style>