Shades of Brass #AEAB3B
Tints of Brass #AEAB3B
RGB
CMYK
RGB Variations
Color information
#AEAB3B (or 0xAEAB3B) is known color: Brass. HEX triplet: AE, AB and 3B. RGB value is (174,171,59). Sum of RGB (Red+Green+Blue) = 174+171+59=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB3B is #5154C4. Grayscale: #9F9F9F. Windows color (decimal): -5330117 or 3910574. OLE color: 3910574.
HSL color Cylindrical-coordinate representation of color #AEAB3B: hue angle of 58.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEAB3B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 59 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.32 |
| HSL | 58.43º | 0.49% | 0.46% | - |
| HSV(B) | 58.43º | 0.66% | 0.68% | - |
| XYZ | 32.81 | 38.44 | 9.83 | - |
| YUV | 159.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 59 | 0 | 0.02 | 0.66 | 0.32 | 58.43 | 0.49 | 0.46 |
| Hex | AE | AB | 3B | 0 | 2 | 42 | 20 | 3A | 31 | 2E |
| Octal | 256 | 253 | 73 | 0 | 2 | 102 | 40 | 72 | 61 | 56 |
| Binary | 10101110 | 10101011 | 111011 | 0 | 10 | 1000010 | 100000 | 111010 | 110001 | 101110 |
Color Harmonies of #AEAB3B
Complementary color
Monochromatic Colors of #AEAB3B
Black with #AEAB3B
Text Example
Text Example
White with #AEAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB3B; }
p { color: rgb(174,171,59); }
H1.HeaderClassName
{
color: #AEAB3B;
}
.AnyTagClassName
{
color: #AEAB3B;
}
</style>
background-color css
<style>
a { background-color: #AEAB3B; }
a { background-color: rgb(174,171,59); }
div.DivClassName
{
background-color: #AEAB3B;
}
.BgClassName
{
background-color: #AEAB3B;
}
</style>
border-color css
<style>
span { border-color: #AEAB3B; }
span { border-color: rgb(174,171,59); }
td.TdClassName
{
border-color: #AEAB3B;
}
.TagClassName
{
border-color: #AEAB3B;
}
</style>