Shades of Brass #AAA641
Tints of Brass #AAA641
RGB
CMYK
RGB Variations
Color information
#AAA641 (or 0xAAA641) is known color: Brass. HEX triplet: AA, A6 and 41. RGB value is (170,166,65). Sum of RGB (Red+Green+Blue) = 170+166+65=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA641 is #5559BE. Grayscale: #9C9C9C. Windows color (decimal): -5593535 or 4302506. OLE color: 4302506.
HSL color Cylindrical-coordinate representation of color #AAA641: hue angle of 57.71º 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 #AAA641 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 65 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.33 |
| HSL | 57.71º | 0.45% | 0.46% | - |
| HSV(B) | 57.71º | 0.62% | 0.67% | - |
| XYZ | 31.17 | 36.2 | 10.35 | - |
| YUV | 155.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 65 | 0 | 0.02 | 0.62 | 0.33 | 57.71 | 0.45 | 0.46 |
| Hex | AA | A6 | 41 | 0 | 2 | 3E | 21 | 3A | 2D | 2E |
| Octal | 252 | 246 | 101 | 0 | 2 | 76 | 41 | 72 | 55 | 56 |
| Binary | 10101010 | 10100110 | 1000001 | 0 | 10 | 111110 | 100001 | 111010 | 101101 | 101110 |
Color Harmonies of #AAA641
Complementary color
Monochromatic Colors of #AAA641
Black with #AAA641
Text Example
Text Example
White with #AAA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA641; }
p { color: rgb(170,166,65); }
H1.HeaderClassName
{
color: #AAA641;
}
.AnyTagClassName
{
color: #AAA641;
}
</style>
background-color css
<style>
a { background-color: #AAA641; }
a { background-color: rgb(170,166,65); }
div.DivClassName
{
background-color: #AAA641;
}
.BgClassName
{
background-color: #AAA641;
}
</style>
border-color css
<style>
span { border-color: #AAA641; }
span { border-color: rgb(170,166,65); }
td.TdClassName
{
border-color: #AAA641;
}
.TagClassName
{
border-color: #AAA641;
}
</style>