Shades of Brass #AAA841
Tints of Brass #AAA841
RGB
CMYK
RGB Variations
Color information
#AAA841 (or 0xAAA841) is known color: Brass. HEX triplet: AA, A8 and 41. RGB value is (170,168,65). Sum of RGB (Red+Green+Blue) = 170+168+65=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA841 is #5557BE. Grayscale: #9D9D9D. Windows color (decimal): -5593023 or 4303018. OLE color: 4303018.
HSL color Cylindrical-coordinate representation of color #AAA841: hue angle of 58.86º 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 #AAA841 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 65 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.33 |
| HSL | 58.86º | 0.45% | 0.46% | - |
| HSV(B) | 58.86º | 0.62% | 0.67% | - |
| XYZ | 31.53 | 36.93 | 10.47 | - |
| YUV | 156.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 65 | 0 | 0.01 | 0.62 | 0.33 | 58.86 | 0.45 | 0.46 |
| Hex | AA | A8 | 41 | 0 | 1 | 3E | 21 | 3B | 2D | 2E |
| Octal | 252 | 250 | 101 | 0 | 1 | 76 | 41 | 73 | 55 | 56 |
| Binary | 10101010 | 10101000 | 1000001 | 0 | 1 | 111110 | 100001 | 111011 | 101101 | 101110 |
Color Harmonies of #AAA841
Complementary color
Monochromatic Colors of #AAA841
Black with #AAA841
Text Example
Text Example
White with #AAA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA841; }
p { color: rgb(170,168,65); }
H1.HeaderClassName
{
color: #AAA841;
}
.AnyTagClassName
{
color: #AAA841;
}
</style>
background-color css
<style>
a { background-color: #AAA841; }
a { background-color: rgb(170,168,65); }
div.DivClassName
{
background-color: #AAA841;
}
.BgClassName
{
background-color: #AAA841;
}
</style>
border-color css
<style>
span { border-color: #AAA841; }
span { border-color: rgb(170,168,65); }
td.TdClassName
{
border-color: #AAA841;
}
.TagClassName
{
border-color: #AAA841;
}
</style>