Shades of Brass #AAA534
Tints of Brass #AAA534
RGB
CMYK
RGB Variations
Color information
#AAA534 (or 0xAAA534) is known color: Brass. HEX triplet: AA, A5 and 34. RGB value is (170,165,52). Sum of RGB (Red+Green+Blue) = 170+165+52=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA534 is #555ACB. Grayscale: #9A9A9A. Windows color (decimal): -5593804 or 3450282. OLE color: 3450282.
HSL color Cylindrical-coordinate representation of color #AAA534: hue angle of 57.46º degrees, saturation: 0.53, 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 #AAA534 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 52 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.33 |
| HSL | 57.46º | 0.53% | 0.44% | - |
| HSV(B) | 57.46º | 0.69% | 0.67% | - |
| XYZ | 30.65 | 35.7 | 8.52 | - |
| YUV | 153.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 52 | 0 | 0.03 | 0.69 | 0.33 | 57.46 | 0.53 | 0.44 |
| Hex | AA | A5 | 34 | 0 | 3 | 45 | 21 | 39 | 35 | 2C |
| Octal | 252 | 245 | 64 | 0 | 3 | 105 | 41 | 71 | 65 | 54 |
| Binary | 10101010 | 10100101 | 110100 | 0 | 11 | 1000101 | 100001 | 111001 | 110101 | 101100 |
Color Harmonies of #AAA534
Complementary color
Monochromatic Colors of #AAA534
Black with #AAA534
Text Example
Text Example
White with #AAA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA534; }
p { color: rgb(170,165,52); }
H1.HeaderClassName
{
color: #AAA534;
}
.AnyTagClassName
{
color: #AAA534;
}
</style>
background-color css
<style>
a { background-color: #AAA534; }
a { background-color: rgb(170,165,52); }
div.DivClassName
{
background-color: #AAA534;
}
.BgClassName
{
background-color: #AAA534;
}
</style>
border-color css
<style>
span { border-color: #AAA534; }
span { border-color: rgb(170,165,52); }
td.TdClassName
{
border-color: #AAA534;
}
.TagClassName
{
border-color: #AAA534;
}
</style>