Shades of Brass #AAA63E
Tints of Brass #AAA63E
RGB
CMYK
RGB Variations
Color information
#AAA63E (or 0xAAA63E) is known color: Brass. HEX triplet: AA, A6 and 3E. RGB value is (170,166,62). Sum of RGB (Red+Green+Blue) = 170+166+62=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63E is #5559C1. Grayscale: #9B9B9B. Windows color (decimal): -5593538 or 4105898. OLE color: 4105898.
HSL color Cylindrical-coordinate representation of color #AAA63E: hue angle of 57.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAA63E is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 62 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.33 |
| HSL | 57.78º | 0.47% | 0.45% | - |
| HSV(B) | 57.78º | 0.64% | 0.67% | - |
| XYZ | 31.08 | 36.17 | 9.9 | - |
| YUV | 155.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 62 | 0 | 0.02 | 0.64 | 0.33 | 57.78 | 0.47 | 0.45 |
| Hex | AA | A6 | 3E | 0 | 2 | 40 | 21 | 3A | 2F | 2D |
| Octal | 252 | 246 | 76 | 0 | 2 | 100 | 41 | 72 | 57 | 55 |
| Binary | 10101010 | 10100110 | 111110 | 0 | 10 | 1000000 | 100001 | 111010 | 101111 | 101101 |
Color Harmonies of #AAA63E
Complementary color
Monochromatic Colors of #AAA63E
Black with #AAA63E
Text Example
Text Example
White with #AAA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA63E; }
p { color: rgb(170,166,62); }
H1.HeaderClassName
{
color: #AAA63E;
}
.AnyTagClassName
{
color: #AAA63E;
}
</style>
background-color css
<style>
a { background-color: #AAA63E; }
a { background-color: rgb(170,166,62); }
div.DivClassName
{
background-color: #AAA63E;
}
.BgClassName
{
background-color: #AAA63E;
}
</style>
border-color css
<style>
span { border-color: #AAA63E; }
span { border-color: rgb(170,166,62); }
td.TdClassName
{
border-color: #AAA63E;
}
.TagClassName
{
border-color: #AAA63E;
}
</style>