Shades of Brass #AEAB44
Tints of Brass #AEAB44
RGB
CMYK
RGB Variations
Color information
#AEAB44 (or 0xAEAB44) is known color: Brass. HEX triplet: AE, AB and 44. RGB value is (174,171,68). Sum of RGB (Red+Green+Blue) = 174+171+68=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB44 is #5154BB. Grayscale: #A0A0A0. Windows color (decimal): -5330108 or 4500398. OLE color: 4500398.
HSL color Cylindrical-coordinate representation of color #AEAB44: hue angle of 58.3º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEAB44 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 68 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.32 |
| HSL | 58.3º | 0.44% | 0.47% | - |
| HSV(B) | 58.3º | 0.61% | 0.68% | - |
| XYZ | 33.06 | 38.54 | 11.17 | - |
| YUV | 160.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 68 | 0 | 0.02 | 0.61 | 0.32 | 58.3 | 0.44 | 0.47 |
| Hex | AE | AB | 44 | 0 | 2 | 3D | 20 | 3A | 2C | 2F |
| Octal | 256 | 253 | 104 | 0 | 2 | 75 | 40 | 72 | 54 | 57 |
| Binary | 10101110 | 10101011 | 1000100 | 0 | 10 | 111101 | 100000 | 111010 | 101100 | 101111 |
Color Harmonies of #AEAB44
Complementary color
Monochromatic Colors of #AEAB44
Black with #AEAB44
Text Example
Text Example
White with #AEAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB44; }
p { color: rgb(174,171,68); }
H1.HeaderClassName
{
color: #AEAB44;
}
.AnyTagClassName
{
color: #AEAB44;
}
</style>
background-color css
<style>
a { background-color: #AEAB44; }
a { background-color: rgb(174,171,68); }
div.DivClassName
{
background-color: #AEAB44;
}
.BgClassName
{
background-color: #AEAB44;
}
</style>
border-color css
<style>
span { border-color: #AEAB44; }
span { border-color: rgb(174,171,68); }
td.TdClassName
{
border-color: #AEAB44;
}
.TagClassName
{
border-color: #AEAB44;
}
</style>