Shades of Brass #AAA63F
Tints of Brass #AAA63F
RGB
CMYK
RGB Variations
Color information
#AAA63F (or 0xAAA63F) is known color: Brass. HEX triplet: AA, A6 and 3F. RGB value is (170,166,63). Sum of RGB (Red+Green+Blue) = 170+166+63=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63F is #5559C0. Grayscale: #9B9B9B. Windows color (decimal): -5593537 or 4171434. OLE color: 4171434.
HSL color Cylindrical-coordinate representation of color #AAA63F: hue angle of 57.76º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAA63F is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 63 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.33 |
| HSL | 57.76º | 0.46% | 0.46% | - |
| HSV(B) | 57.76º | 0.63% | 0.67% | - |
| XYZ | 31.11 | 36.18 | 10.05 | - |
| YUV | 155.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 63 | 0 | 0.02 | 0.63 | 0.33 | 57.76 | 0.46 | 0.46 |
| Hex | AA | A6 | 3F | 0 | 2 | 3F | 21 | 3A | 2E | 2E |
| Octal | 252 | 246 | 77 | 0 | 2 | 77 | 41 | 72 | 56 | 56 |
| Binary | 10101010 | 10100110 | 111111 | 0 | 10 | 111111 | 100001 | 111010 | 101110 | 101110 |
Color Harmonies of #AAA63F
Complementary color
Monochromatic Colors of #AAA63F
Black with #AAA63F
Text Example
Text Example
White with #AAA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA63F; }
p { color: rgb(170,166,63); }
H1.HeaderClassName
{
color: #AAA63F;
}
.AnyTagClassName
{
color: #AAA63F;
}
</style>
background-color css
<style>
a { background-color: #AAA63F; }
a { background-color: rgb(170,166,63); }
div.DivClassName
{
background-color: #AAA63F;
}
.BgClassName
{
background-color: #AAA63F;
}
</style>
border-color css
<style>
span { border-color: #AAA63F; }
span { border-color: rgb(170,166,63); }
td.TdClassName
{
border-color: #AAA63F;
}
.TagClassName
{
border-color: #AAA63F;
}
</style>