Shades of Brass #AAAE3C
Tints of Brass #AAAE3C
RGB
CMYK
RGB Variations
Color information
#AAAE3C (or 0xAAAE3C) is known color: Brass. HEX triplet: AA, AE and 3C. RGB value is (170,174,60). Sum of RGB (Red+Green+Blue) = 170+174+60=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE3C is #5551C3. Grayscale: #A0A0A0. Windows color (decimal): -5591492 or 3976874. OLE color: 3976874.
HSL color Cylindrical-coordinate representation of color #AAAE3C: hue angle of 62.11º 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 #AAAE3C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 60 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.32 |
| HSL | 62.11º | 0.49% | 0.46% | - |
| HSV(B) | 62.11º | 0.66% | 0.68% | - |
| XYZ | 32.53 | 39.14 | 10.12 | - |
| YUV | 159.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 60 | 0.02 | 0 | 0.66 | 0.32 | 62.11 | 0.49 | 0.46 |
| Hex | AA | AE | 3C | 2 | 0 | 42 | 20 | 3E | 31 | 2E |
| Octal | 252 | 256 | 74 | 2 | 0 | 102 | 40 | 76 | 61 | 56 |
| Binary | 10101010 | 10101110 | 111100 | 10 | 0 | 1000010 | 100000 | 111110 | 110001 | 101110 |
Color Harmonies of #AAAE3C
Complementary color
Monochromatic Colors of #AAAE3C
Black with #AAAE3C
Text Example
Text Example
White with #AAAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE3C; }
p { color: rgb(170,174,60); }
H1.HeaderClassName
{
color: #AAAE3C;
}
.AnyTagClassName
{
color: #AAAE3C;
}
</style>
background-color css
<style>
a { background-color: #AAAE3C; }
a { background-color: rgb(170,174,60); }
div.DivClassName
{
background-color: #AAAE3C;
}
.BgClassName
{
background-color: #AAAE3C;
}
</style>
border-color css
<style>
span { border-color: #AAAE3C; }
span { border-color: rgb(170,174,60); }
td.TdClassName
{
border-color: #AAAE3C;
}
.TagClassName
{
border-color: #AAAE3C;
}
</style>