Shades of Brass #AAAE3F
Tints of Brass #AAAE3F
RGB
CMYK
RGB Variations
Color information
#AAAE3F (or 0xAAAE3F) is known color: Brass. HEX triplet: AA, AE and 3F. RGB value is (170,174,63). Sum of RGB (Red+Green+Blue) = 170+174+63=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE3F is #5551C0. Grayscale: #A0A0A0. Windows color (decimal): -5591489 or 4173482. OLE color: 4173482.
HSL color Cylindrical-coordinate representation of color #AAAE3F: hue angle of 62.16º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAAE3F is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 63 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.32 |
| HSL | 62.16º | 0.47% | 0.46% | - |
| HSV(B) | 62.16º | 0.64% | 0.68% | - |
| XYZ | 32.61 | 39.18 | 10.55 | - |
| YUV | 160.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 63 | 0.02 | 0 | 0.64 | 0.32 | 62.16 | 0.47 | 0.46 |
| Hex | AA | AE | 3F | 2 | 0 | 40 | 20 | 3E | 2F | 2E |
| Octal | 252 | 256 | 77 | 2 | 0 | 100 | 40 | 76 | 57 | 56 |
| Binary | 10101010 | 10101110 | 111111 | 10 | 0 | 1000000 | 100000 | 111110 | 101111 | 101110 |
Color Harmonies of #AAAE3F
Complementary color
Monochromatic Colors of #AAAE3F
Black with #AAAE3F
Text Example
Text Example
White with #AAAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE3F; }
p { color: rgb(170,174,63); }
H1.HeaderClassName
{
color: #AAAE3F;
}
.AnyTagClassName
{
color: #AAAE3F;
}
</style>
background-color css
<style>
a { background-color: #AAAE3F; }
a { background-color: rgb(170,174,63); }
div.DivClassName
{
background-color: #AAAE3F;
}
.BgClassName
{
background-color: #AAAE3F;
}
</style>
border-color css
<style>
span { border-color: #AAAE3F; }
span { border-color: rgb(170,174,63); }
td.TdClassName
{
border-color: #AAAE3F;
}
.TagClassName
{
border-color: #AAAE3F;
}
</style>