Shades of Brass #AAA351
Tints of Brass #AAA351
RGB
CMYK
RGB Variations
Color information
#AAA351 (or 0xAAA351) is known color: Brass. HEX triplet: AA, A3 and 51. RGB value is (170,163,81). Sum of RGB (Red+Green+Blue) = 170+163+81=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA351 is #555CAE. Grayscale: #9C9C9C. Windows color (decimal): -5594287 or 5350314. OLE color: 5350314.
HSL color Cylindrical-coordinate representation of color #AAA351: hue angle of 55.28º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA351 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 81 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.33 |
| HSL | 55.28º | 0.35% | 0.49% | - |
| HSV(B) | 55.28º | 0.52% | 0.67% | - |
| XYZ | 31.16 | 35.33 | 12.96 | - |
| YUV | 155.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 81 | 0 | 0.04 | 0.52 | 0.33 | 55.28 | 0.35 | 0.49 |
| Hex | AA | A3 | 51 | 0 | 4 | 34 | 21 | 37 | 23 | 31 |
| Octal | 252 | 243 | 121 | 0 | 4 | 64 | 41 | 67 | 43 | 61 |
| Binary | 10101010 | 10100011 | 1010001 | 0 | 100 | 110100 | 100001 | 110111 | 100011 | 110001 |
Color Harmonies of #AAA351
Complementary color
Monochromatic Colors of #AAA351
Black with #AAA351
Text Example
Text Example
White with #AAA351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA351; }
p { color: rgb(170,163,81); }
H1.HeaderClassName
{
color: #AAA351;
}
.AnyTagClassName
{
color: #AAA351;
}
</style>
background-color css
<style>
a { background-color: #AAA351; }
a { background-color: rgb(170,163,81); }
div.DivClassName
{
background-color: #AAA351;
}
.BgClassName
{
background-color: #AAA351;
}
</style>
border-color css
<style>
span { border-color: #AAA351; }
span { border-color: rgb(170,163,81); }
td.TdClassName
{
border-color: #AAA351;
}
.TagClassName
{
border-color: #AAA351;
}
</style>