Shades of Brass #AAA53A
Tints of Brass #AAA53A
RGB
CMYK
RGB Variations
Color information
#AAA53A (or 0xAAA53A) is known color: Brass. HEX triplet: AA, A5 and 3A. RGB value is (170,165,58). Sum of RGB (Red+Green+Blue) = 170+165+58=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA53A is #555AC5. Grayscale: #9A9A9A. Windows color (decimal): -5593798 or 3843498. OLE color: 3843498.
HSL color Cylindrical-coordinate representation of color #AAA53A: hue angle of 57.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA53A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 58 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.33 |
| HSL | 57.32º | 0.49% | 0.45% | - |
| HSV(B) | 57.32º | 0.66% | 0.67% | - |
| XYZ | 30.8 | 35.76 | 9.28 | - |
| YUV | 154.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 58 | 0 | 0.03 | 0.66 | 0.33 | 57.32 | 0.49 | 0.45 |
| Hex | AA | A5 | 3A | 0 | 3 | 42 | 21 | 39 | 31 | 2D |
| Octal | 252 | 245 | 72 | 0 | 3 | 102 | 41 | 71 | 61 | 55 |
| Binary | 10101010 | 10100101 | 111010 | 0 | 11 | 1000010 | 100001 | 111001 | 110001 | 101101 |
Color Harmonies of #AAA53A
Complementary color
Monochromatic Colors of #AAA53A
Black with #AAA53A
Text Example
Text Example
White with #AAA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA53A; }
p { color: rgb(170,165,58); }
H1.HeaderClassName
{
color: #AAA53A;
}
.AnyTagClassName
{
color: #AAA53A;
}
</style>
background-color css
<style>
a { background-color: #AAA53A; }
a { background-color: rgb(170,165,58); }
div.DivClassName
{
background-color: #AAA53A;
}
.BgClassName
{
background-color: #AAA53A;
}
</style>
border-color css
<style>
span { border-color: #AAA53A; }
span { border-color: rgb(170,165,58); }
td.TdClassName
{
border-color: #AAA53A;
}
.TagClassName
{
border-color: #AAA53A;
}
</style>