Shades of Brass #AAA650
Tints of Brass #AAA650
RGB
CMYK
RGB Variations
Color information
#AAA650 (or 0xAAA650) is known color: Brass. HEX triplet: AA, A6 and 50. RGB value is (170,166,80). Sum of RGB (Red+Green+Blue) = 170+166+80=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA650 is #5559AF. Grayscale: #9D9D9D. Windows color (decimal): -5593520 or 5285546. OLE color: 5285546.
HSL color Cylindrical-coordinate representation of color #AAA650: hue angle of 57.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAA650 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 80 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.33 |
| HSL | 57.33º | 0.36% | 0.49% | - |
| HSV(B) | 57.33º | 0.53% | 0.67% | - |
| XYZ | 31.66 | 36.4 | 12.95 | - |
| YUV | 157.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 80 | 0 | 0.02 | 0.53 | 0.33 | 57.33 | 0.36 | 0.49 |
| Hex | AA | A6 | 50 | 0 | 2 | 35 | 21 | 39 | 24 | 31 |
| Octal | 252 | 246 | 120 | 0 | 2 | 65 | 41 | 71 | 44 | 61 |
| Binary | 10101010 | 10100110 | 1010000 | 0 | 10 | 110101 | 100001 | 111001 | 100100 | 110001 |
Color Harmonies of #AAA650
Complementary color
Monochromatic Colors of #AAA650
Black with #AAA650
Text Example
Text Example
White with #AAA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA650; }
p { color: rgb(170,166,80); }
H1.HeaderClassName
{
color: #AAA650;
}
.AnyTagClassName
{
color: #AAA650;
}
</style>
background-color css
<style>
a { background-color: #AAA650; }
a { background-color: rgb(170,166,80); }
div.DivClassName
{
background-color: #AAA650;
}
.BgClassName
{
background-color: #AAA650;
}
</style>
border-color css
<style>
span { border-color: #AAA650; }
span { border-color: rgb(170,166,80); }
td.TdClassName
{
border-color: #AAA650;
}
.TagClassName
{
border-color: #AAA650;
}
</style>