Shades of Brass #AEAC4B
Tints of Brass #AEAC4B
RGB
CMYK
RGB Variations
Color information
#AEAC4B (or 0xAEAC4B) is known color: Brass. HEX triplet: AE, AC and 4B. RGB value is (174,172,75). Sum of RGB (Red+Green+Blue) = 174+172+75=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC4B is #5153B4. Grayscale: #A1A1A1. Windows color (decimal): -5329845 or 4959406. OLE color: 4959406.
HSL color Cylindrical-coordinate representation of color #AEAC4B: hue angle of 58.79º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEAC4B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 75 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.32 |
| HSL | 58.79º | 0.4% | 0.49% | - |
| HSV(B) | 58.79º | 0.57% | 0.68% | - |
| XYZ | 33.48 | 39.01 | 12.42 | - |
| YUV | 161.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 75 | 0 | 0.01 | 0.57 | 0.32 | 58.79 | 0.4 | 0.49 |
| Hex | AE | AC | 4B | 0 | 1 | 39 | 20 | 3B | 28 | 31 |
| Octal | 256 | 254 | 113 | 0 | 1 | 71 | 40 | 73 | 50 | 61 |
| Binary | 10101110 | 10101100 | 1001011 | 0 | 1 | 111001 | 100000 | 111011 | 101000 | 110001 |
Color Harmonies of #AEAC4B
Complementary color
Monochromatic Colors of #AEAC4B
Black with #AEAC4B
Text Example
Text Example
White with #AEAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC4B; }
p { color: rgb(174,172,75); }
H1.HeaderClassName
{
color: #AEAC4B;
}
.AnyTagClassName
{
color: #AEAC4B;
}
</style>
background-color css
<style>
a { background-color: #AEAC4B; }
a { background-color: rgb(174,172,75); }
div.DivClassName
{
background-color: #AEAC4B;
}
.BgClassName
{
background-color: #AEAC4B;
}
</style>
border-color css
<style>
span { border-color: #AEAC4B; }
span { border-color: rgb(174,172,75); }
td.TdClassName
{
border-color: #AEAC4B;
}
.TagClassName
{
border-color: #AEAC4B;
}
</style>