Shades of Brass #AAA651
Tints of Brass #AAA651
RGB
CMYK
RGB Variations
Color information
#AAA651 (or 0xAAA651) is known color: Brass. HEX triplet: AA, A6 and 51. RGB value is (170,166,81). Sum of RGB (Red+Green+Blue) = 170+166+81=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA651 is #5559AE. Grayscale: #9D9D9D. Windows color (decimal): -5593519 or 5351082. OLE color: 5351082.
HSL color Cylindrical-coordinate representation of color #AAA651: hue angle of 57.3º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA651 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 81 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.33 |
| HSL | 57.3º | 0.35% | 0.49% | - |
| HSV(B) | 57.3º | 0.52% | 0.67% | - |
| XYZ | 31.7 | 36.41 | 13.14 | - |
| YUV | 157.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 81 | 0 | 0.02 | 0.52 | 0.33 | 57.3 | 0.35 | 0.49 |
| Hex | AA | A6 | 51 | 0 | 2 | 34 | 21 | 39 | 23 | 31 |
| Octal | 252 | 246 | 121 | 0 | 2 | 64 | 41 | 71 | 43 | 61 |
| Binary | 10101010 | 10100110 | 1010001 | 0 | 10 | 110100 | 100001 | 111001 | 100011 | 110001 |
Color Harmonies of #AAA651
Complementary color
Monochromatic Colors of #AAA651
Black with #AAA651
Text Example
Text Example
White with #AAA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA651; }
p { color: rgb(170,166,81); }
H1.HeaderClassName
{
color: #AAA651;
}
.AnyTagClassName
{
color: #AAA651;
}
</style>
background-color css
<style>
a { background-color: #AAA651; }
a { background-color: rgb(170,166,81); }
div.DivClassName
{
background-color: #AAA651;
}
.BgClassName
{
background-color: #AAA651;
}
</style>
border-color css
<style>
span { border-color: #AAA651; }
span { border-color: rgb(170,166,81); }
td.TdClassName
{
border-color: #AAA651;
}
.TagClassName
{
border-color: #AAA651;
}
</style>