Shades of Brass #AEAB4E
Tints of Brass #AEAB4E
RGB
CMYK
RGB Variations
Color information
#AEAB4E (or 0xAEAB4E) is known color: Brass. HEX triplet: AE, AB and 4E. RGB value is (174,171,78). Sum of RGB (Red+Green+Blue) = 174+171+78=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB4E is #5154B1. Grayscale: #A1A1A1. Windows color (decimal): -5330098 or 5155758. OLE color: 5155758.
HSL color Cylindrical-coordinate representation of color #AEAB4E: hue angle of 58.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEAB4E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 78 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.32 |
| HSL | 58.13º | 0.38% | 0.49% | - |
| HSV(B) | 58.13º | 0.55% | 0.68% | - |
| XYZ | 33.39 | 38.67 | 12.91 | - |
| YUV | 161.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 78 | 0 | 0.02 | 0.55 | 0.32 | 58.13 | 0.38 | 0.49 |
| Hex | AE | AB | 4E | 0 | 2 | 37 | 20 | 3A | 26 | 31 |
| Octal | 256 | 253 | 116 | 0 | 2 | 67 | 40 | 72 | 46 | 61 |
| Binary | 10101110 | 10101011 | 1001110 | 0 | 10 | 110111 | 100000 | 111010 | 100110 | 110001 |
Color Harmonies of #AEAB4E
Complementary color
Monochromatic Colors of #AEAB4E
Black with #AEAB4E
Text Example
Text Example
White with #AEAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB4E; }
p { color: rgb(174,171,78); }
H1.HeaderClassName
{
color: #AEAB4E;
}
.AnyTagClassName
{
color: #AEAB4E;
}
</style>
background-color css
<style>
a { background-color: #AEAB4E; }
a { background-color: rgb(174,171,78); }
div.DivClassName
{
background-color: #AEAB4E;
}
.BgClassName
{
background-color: #AEAB4E;
}
</style>
border-color css
<style>
span { border-color: #AEAB4E; }
span { border-color: rgb(174,171,78); }
td.TdClassName
{
border-color: #AEAB4E;
}
.TagClassName
{
border-color: #AEAB4E;
}
</style>