Shades of Brass #AEA843
Tints of Brass #AEA843
RGB
CMYK
RGB Variations
Color information
#AEA843 (or 0xAEA843) is known color: Brass. HEX triplet: AE, A8 and 43. RGB value is (174,168,67). Sum of RGB (Red+Green+Blue) = 174+168+67=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA843 is #5157BC. Grayscale: #9E9E9E. Windows color (decimal): -5330877 or 4434094. OLE color: 4434094.
HSL color Cylindrical-coordinate representation of color #AEA843: hue angle of 56.64º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEA843 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 67 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.32 |
| HSL | 56.64º | 0.44% | 0.47% | - |
| HSV(B) | 56.64º | 0.61% | 0.68% | - |
| XYZ | 32.47 | 37.41 | 10.82 | - |
| YUV | 158.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 67 | 0 | 0.03 | 0.61 | 0.32 | 56.64 | 0.44 | 0.47 |
| Hex | AE | A8 | 43 | 0 | 3 | 3D | 20 | 39 | 2C | 2F |
| Octal | 256 | 250 | 103 | 0 | 3 | 75 | 40 | 71 | 54 | 57 |
| Binary | 10101110 | 10101000 | 1000011 | 0 | 11 | 111101 | 100000 | 111001 | 101100 | 101111 |
Color Harmonies of #AEA843
Complementary color
Monochromatic Colors of #AEA843
Black with #AEA843
Text Example
Text Example
White with #AEA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA843; }
p { color: rgb(174,168,67); }
H1.HeaderClassName
{
color: #AEA843;
}
.AnyTagClassName
{
color: #AEA843;
}
</style>
background-color css
<style>
a { background-color: #AEA843; }
a { background-color: rgb(174,168,67); }
div.DivClassName
{
background-color: #AEA843;
}
.BgClassName
{
background-color: #AEA843;
}
</style>
border-color css
<style>
span { border-color: #AEA843; }
span { border-color: rgb(174,168,67); }
td.TdClassName
{
border-color: #AEA843;
}
.TagClassName
{
border-color: #AEA843;
}
</style>