Shades of Brass #AAA352
Tints of Brass #AAA352
RGB
CMYK
RGB Variations
Color information
#AAA352 (or 0xAAA352) is known color: Brass. HEX triplet: AA, A3 and 52. RGB value is (170,163,82). Sum of RGB (Red+Green+Blue) = 170+163+82=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA352 is #555CAD. Grayscale: #9C9C9C. Windows color (decimal): -5594286 or 5415850. OLE color: 5415850.
HSL color Cylindrical-coordinate representation of color #AAA352: hue angle of 55.23º 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 #AAA352 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 82 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.33 |
| HSL | 55.23º | 0.35% | 0.49% | - |
| HSV(B) | 55.23º | 0.52% | 0.67% | - |
| XYZ | 31.2 | 35.35 | 13.16 | - |
| YUV | 155.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 82 | 0 | 0.04 | 0.52 | 0.33 | 55.23 | 0.35 | 0.49 |
| Hex | AA | A3 | 52 | 0 | 4 | 34 | 21 | 37 | 23 | 31 |
| Octal | 252 | 243 | 122 | 0 | 4 | 64 | 41 | 67 | 43 | 61 |
| Binary | 10101010 | 10100011 | 1010010 | 0 | 100 | 110100 | 100001 | 110111 | 100011 | 110001 |
Color Harmonies of #AAA352
Complementary color
Monochromatic Colors of #AAA352
Black with #AAA352
Text Example
Text Example
White with #AAA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA352; }
p { color: rgb(170,163,82); }
H1.HeaderClassName
{
color: #AAA352;
}
.AnyTagClassName
{
color: #AAA352;
}
</style>
background-color css
<style>
a { background-color: #AAA352; }
a { background-color: rgb(170,163,82); }
div.DivClassName
{
background-color: #AAA352;
}
.BgClassName
{
background-color: #AAA352;
}
</style>
border-color css
<style>
span { border-color: #AAA352; }
span { border-color: rgb(170,163,82); }
td.TdClassName
{
border-color: #AAA352;
}
.TagClassName
{
border-color: #AAA352;
}
</style>