Shades of Brass #AAA452
Tints of Brass #AAA452
RGB
CMYK
RGB Variations
Color information
#AAA452 (or 0xAAA452) is known color: Brass. HEX triplet: AA, A4 and 52. RGB value is (170,164,82). Sum of RGB (Red+Green+Blue) = 170+164+82=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA452 is #555BAD. Grayscale: #9C9C9C. Windows color (decimal): -5594030 or 5416106. OLE color: 5416106.
HSL color Cylindrical-coordinate representation of color #AAA452: hue angle of 55.91º 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 #AAA452 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 82 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.33 |
| HSL | 55.91º | 0.35% | 0.49% | - |
| HSV(B) | 55.91º | 0.52% | 0.67% | - |
| XYZ | 31.38 | 35.71 | 13.22 | - |
| YUV | 156.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 82 | 0 | 0.04 | 0.52 | 0.33 | 55.91 | 0.35 | 0.49 |
| Hex | AA | A4 | 52 | 0 | 4 | 34 | 21 | 38 | 23 | 31 |
| Octal | 252 | 244 | 122 | 0 | 4 | 64 | 41 | 70 | 43 | 61 |
| Binary | 10101010 | 10100100 | 1010010 | 0 | 100 | 110100 | 100001 | 111000 | 100011 | 110001 |
Color Harmonies of #AAA452
Complementary color
Monochromatic Colors of #AAA452
Black with #AAA452
Text Example
Text Example
White with #AAA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA452; }
p { color: rgb(170,164,82); }
H1.HeaderClassName
{
color: #AAA452;
}
.AnyTagClassName
{
color: #AAA452;
}
</style>
background-color css
<style>
a { background-color: #AAA452; }
a { background-color: rgb(170,164,82); }
div.DivClassName
{
background-color: #AAA452;
}
.BgClassName
{
background-color: #AAA452;
}
</style>
border-color css
<style>
span { border-color: #AAA452; }
span { border-color: rgb(170,164,82); }
td.TdClassName
{
border-color: #AAA452;
}
.TagClassName
{
border-color: #AAA452;
}
</style>