Shades of Brass #AEA73F
Tints of Brass #AEA73F
RGB
CMYK
RGB Variations
Color information
#AEA73F (or 0xAEA73F) is known color: Brass. HEX triplet: AE, A7 and 3F. RGB value is (174,167,63). Sum of RGB (Red+Green+Blue) = 174+167+63=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA73F is #5158C0. Grayscale: #9D9D9D. Windows color (decimal): -5331137 or 4171694. OLE color: 4171694.
HSL color Cylindrical-coordinate representation of color #AEA73F: hue angle of 56.22º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEA73F is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 167 | 63 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.32 |
| HSL | 56.22º | 0.47% | 0.46% | - |
| HSV(B) | 56.22º | 0.64% | 0.68% | - |
| XYZ | 32.17 | 36.99 | 10.15 | - |
| YUV | 157.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 63 | 0 | 0.04 | 0.64 | 0.32 | 56.22 | 0.47 | 0.46 |
| Hex | AE | A7 | 3F | 0 | 4 | 40 | 20 | 38 | 2F | 2E |
| Octal | 256 | 247 | 77 | 0 | 4 | 100 | 40 | 70 | 57 | 56 |
| Binary | 10101110 | 10100111 | 111111 | 0 | 100 | 1000000 | 100000 | 111000 | 101111 | 101110 |
Color Harmonies of #AEA73F
Complementary color
Monochromatic Colors of #AEA73F
Black with #AEA73F
Text Example
Text Example
White with #AEA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA73F; }
p { color: rgb(174,167,63); }
H1.HeaderClassName
{
color: #AEA73F;
}
.AnyTagClassName
{
color: #AEA73F;
}
</style>
background-color css
<style>
a { background-color: #AEA73F; }
a { background-color: rgb(174,167,63); }
div.DivClassName
{
background-color: #AEA73F;
}
.BgClassName
{
background-color: #AEA73F;
}
</style>
border-color css
<style>
span { border-color: #AEA73F; }
span { border-color: rgb(174,167,63); }
td.TdClassName
{
border-color: #AEA73F;
}
.TagClassName
{
border-color: #AEA73F;
}
</style>