Shades of Brass #AEA33B
Tints of Brass #AEA33B
RGB
CMYK
RGB Variations
Color information
#AEA33B (or 0xAEA33B) is known color: Brass. HEX triplet: AE, A3 and 3B. RGB value is (174,163,59). Sum of RGB (Red+Green+Blue) = 174+163+59=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA33B is #515CC4. Grayscale: #9A9A9A. Windows color (decimal): -5332165 or 3908526. OLE color: 3908526.
HSL color Cylindrical-coordinate representation of color #AEA33B: hue angle of 54.26º 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 #AEA33B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 59 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.32 |
| HSL | 54.26º | 0.49% | 0.46% | - |
| HSV(B) | 54.26º | 0.66% | 0.68% | - |
| XYZ | 31.34 | 35.51 | 9.34 | - |
| YUV | 154.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 59 | 0 | 0.06 | 0.66 | 0.32 | 54.26 | 0.49 | 0.46 |
| Hex | AE | A3 | 3B | 0 | 6 | 42 | 20 | 36 | 31 | 2E |
| Octal | 256 | 243 | 73 | 0 | 6 | 102 | 40 | 66 | 61 | 56 |
| Binary | 10101110 | 10100011 | 111011 | 0 | 110 | 1000010 | 100000 | 110110 | 110001 | 101110 |
Color Harmonies of #AEA33B
Complementary color
Monochromatic Colors of #AEA33B
Black with #AEA33B
Text Example
Text Example
White with #AEA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA33B; }
p { color: rgb(174,163,59); }
H1.HeaderClassName
{
color: #AEA33B;
}
.AnyTagClassName
{
color: #AEA33B;
}
</style>
background-color css
<style>
a { background-color: #AEA33B; }
a { background-color: rgb(174,163,59); }
div.DivClassName
{
background-color: #AEA33B;
}
.BgClassName
{
background-color: #AEA33B;
}
</style>
border-color css
<style>
span { border-color: #AEA33B; }
span { border-color: rgb(174,163,59); }
td.TdClassName
{
border-color: #AEA33B;
}
.TagClassName
{
border-color: #AEA33B;
}
</style>