Shades of Brass #AAA935
Tints of Brass #AAA935
RGB
CMYK
RGB Variations
Color information
#AAA935 (or 0xAAA935) is known color: Brass. HEX triplet: AA, A9 and 35. RGB value is (170,169,53). Sum of RGB (Red+Green+Blue) = 170+169+53=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA935 is #5556CA. Grayscale: #9C9C9C. Windows color (decimal): -5592779 or 3516842. OLE color: 3516842.
HSL color Cylindrical-coordinate representation of color #AAA935: hue angle of 59.49º 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 #AAA935 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 53 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.33 |
| HSL | 59.49º | 0.52% | 0.44% | - |
| HSV(B) | 59.49º | 0.69% | 0.67% | - |
| XYZ | 31.41 | 37.18 | 8.89 | - |
| YUV | 156.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 53 | 0 | 0.01 | 0.69 | 0.33 | 59.49 | 0.52 | 0.44 |
| Hex | AA | A9 | 35 | 0 | 1 | 45 | 21 | 3B | 34 | 2C |
| Octal | 252 | 251 | 65 | 0 | 1 | 105 | 41 | 73 | 64 | 54 |
| Binary | 10101010 | 10101001 | 110101 | 0 | 1 | 1000101 | 100001 | 111011 | 110100 | 101100 |
Color Harmonies of #AAA935
Complementary color
Monochromatic Colors of #AAA935
Black with #AAA935
Text Example
Text Example
White with #AAA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA935; }
p { color: rgb(170,169,53); }
H1.HeaderClassName
{
color: #AAA935;
}
.AnyTagClassName
{
color: #AAA935;
}
</style>
background-color css
<style>
a { background-color: #AAA935; }
a { background-color: rgb(170,169,53); }
div.DivClassName
{
background-color: #AAA935;
}
.BgClassName
{
background-color: #AAA935;
}
</style>
border-color css
<style>
span { border-color: #AAA935; }
span { border-color: rgb(170,169,53); }
td.TdClassName
{
border-color: #AAA935;
}
.TagClassName
{
border-color: #AAA935;
}
</style>