Shades of Brass #AEA83C
Tints of Brass #AEA83C
RGB
CMYK
RGB Variations
Color information
#AEA83C (or 0xAEA83C) is known color: Brass. HEX triplet: AE, A8 and 3C. RGB value is (174,168,60). Sum of RGB (Red+Green+Blue) = 174+168+60=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA83C is #5157C3. Grayscale: #9D9D9D. Windows color (decimal): -5330884 or 3975342. OLE color: 3975342.
HSL color Cylindrical-coordinate representation of color #AEA83C: hue angle of 56.84º 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 #AEA83C is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 60 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.32 |
| HSL | 56.84º | 0.49% | 0.46% | - |
| HSV(B) | 56.84º | 0.66% | 0.68% | - |
| XYZ | 32.27 | 37.33 | 9.78 | - |
| YUV | 157.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 60 | 0 | 0.03 | 0.66 | 0.32 | 56.84 | 0.49 | 0.46 |
| Hex | AE | A8 | 3C | 0 | 3 | 42 | 20 | 39 | 31 | 2E |
| Octal | 256 | 250 | 74 | 0 | 3 | 102 | 40 | 71 | 61 | 56 |
| Binary | 10101110 | 10101000 | 111100 | 0 | 11 | 1000010 | 100000 | 111001 | 110001 | 101110 |
Color Harmonies of #AEA83C
Complementary color
Monochromatic Colors of #AEA83C
Black with #AEA83C
Text Example
Text Example
White with #AEA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA83C; }
p { color: rgb(174,168,60); }
H1.HeaderClassName
{
color: #AEA83C;
}
.AnyTagClassName
{
color: #AEA83C;
}
</style>
background-color css
<style>
a { background-color: #AEA83C; }
a { background-color: rgb(174,168,60); }
div.DivClassName
{
background-color: #AEA83C;
}
.BgClassName
{
background-color: #AEA83C;
}
</style>
border-color css
<style>
span { border-color: #AEA83C; }
span { border-color: rgb(174,168,60); }
td.TdClassName
{
border-color: #AEA83C;
}
.TagClassName
{
border-color: #AEA83C;
}
</style>