Shades of Brass #AAA640
Tints of Brass #AAA640
RGB
CMYK
RGB Variations
Color information
#AAA640 (or 0xAAA640) is known color: Brass. HEX triplet: AA, A6 and 40. RGB value is (170,166,64). Sum of RGB (Red+Green+Blue) = 170+166+64=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA640 is #5559BF. Grayscale: #9B9B9B. Windows color (decimal): -5593536 or 4236970. OLE color: 4236970.
HSL color Cylindrical-coordinate representation of color #AAA640: hue angle of 57.74º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAA640 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 64 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.33 |
| HSL | 57.74º | 0.45% | 0.46% | - |
| HSV(B) | 57.74º | 0.62% | 0.67% | - |
| XYZ | 31.14 | 36.19 | 10.19 | - |
| YUV | 155.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 64 | 0 | 0.02 | 0.62 | 0.33 | 57.74 | 0.45 | 0.46 |
| Hex | AA | A6 | 40 | 0 | 2 | 3E | 21 | 3A | 2D | 2E |
| Octal | 252 | 246 | 100 | 0 | 2 | 76 | 41 | 72 | 55 | 56 |
| Binary | 10101010 | 10100110 | 1000000 | 0 | 10 | 111110 | 100001 | 111010 | 101101 | 101110 |
Color Harmonies of #AAA640
Complementary color
Monochromatic Colors of #AAA640
Black with #AAA640
Text Example
Text Example
White with #AAA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA640; }
p { color: rgb(170,166,64); }
H1.HeaderClassName
{
color: #AAA640;
}
.AnyTagClassName
{
color: #AAA640;
}
</style>
background-color css
<style>
a { background-color: #AAA640; }
a { background-color: rgb(170,166,64); }
div.DivClassName
{
background-color: #AAA640;
}
.BgClassName
{
background-color: #AAA640;
}
</style>
border-color css
<style>
span { border-color: #AAA640; }
span { border-color: rgb(170,166,64); }
td.TdClassName
{
border-color: #AAA640;
}
.TagClassName
{
border-color: #AAA640;
}
</style>