Shades of Brass #AAA835
Tints of Brass #AAA835
RGB
CMYK
RGB Variations
Color information
#AAA835 (or 0xAAA835) is known color: Brass. HEX triplet: AA, A8 and 35. RGB value is (170,168,53). Sum of RGB (Red+Green+Blue) = 170+168+53=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA835 is #5557CA. Grayscale: #9B9B9B. Windows color (decimal): -5593035 or 3516586. OLE color: 3516586.
HSL color Cylindrical-coordinate representation of color #AAA835: hue angle of 58.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAA835 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 53 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.33 |
| HSL | 58.97º | 0.52% | 0.44% | - |
| HSV(B) | 58.97º | 0.69% | 0.67% | - |
| XYZ | 31.22 | 36.81 | 8.83 | - |
| YUV | 155.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 53 | 0 | 0.01 | 0.69 | 0.33 | 58.97 | 0.52 | 0.44 |
| Hex | AA | A8 | 35 | 0 | 1 | 45 | 21 | 3B | 34 | 2C |
| Octal | 252 | 250 | 65 | 0 | 1 | 105 | 41 | 73 | 64 | 54 |
| Binary | 10101010 | 10101000 | 110101 | 0 | 1 | 1000101 | 100001 | 111011 | 110100 | 101100 |
Color Harmonies of #AAA835
Complementary color
Monochromatic Colors of #AAA835
Black with #AAA835
Text Example
Text Example
White with #AAA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA835; }
p { color: rgb(170,168,53); }
H1.HeaderClassName
{
color: #AAA835;
}
.AnyTagClassName
{
color: #AAA835;
}
</style>
background-color css
<style>
a { background-color: #AAA835; }
a { background-color: rgb(170,168,53); }
div.DivClassName
{
background-color: #AAA835;
}
.BgClassName
{
background-color: #AAA835;
}
</style>
border-color css
<style>
span { border-color: #AAA835; }
span { border-color: rgb(170,168,53); }
td.TdClassName
{
border-color: #AAA835;
}
.TagClassName
{
border-color: #AAA835;
}
</style>