Shades of Brass #AAA632
Tints of Brass #AAA632
RGB
CMYK
RGB Variations
Color information
#AAA632 (or 0xAAA632) is known color: Brass. HEX triplet: AA, A6 and 32. RGB value is (170,166,50). Sum of RGB (Red+Green+Blue) = 170+166+50=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA632 is #5559CD. Grayscale: #9A9A9A. Windows color (decimal): -5593550 or 3319466. OLE color: 3319466.
HSL color Cylindrical-coordinate representation of color #AAA632: hue angle of 58º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAA632 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 50 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.33 |
| HSL | 58º | 0.55% | 0.43% | - |
| HSV(B) | 58º | 0.71% | 0.67% | - |
| XYZ | 30.79 | 36.05 | 8.35 | - |
| YUV | 153.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 50 | 0 | 0.02 | 0.71 | 0.33 | 58 | 0.55 | 0.43 |
| Hex | AA | A6 | 32 | 0 | 2 | 47 | 21 | 3A | 37 | 2B |
| Octal | 252 | 246 | 62 | 0 | 2 | 107 | 41 | 72 | 67 | 53 |
| Binary | 10101010 | 10100110 | 110010 | 0 | 10 | 1000111 | 100001 | 111010 | 110111 | 101011 |
Color Harmonies of #AAA632
Complementary color
Monochromatic Colors of #AAA632
Black with #AAA632
Text Example
Text Example
White with #AAA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA632; }
p { color: rgb(170,166,50); }
H1.HeaderClassName
{
color: #AAA632;
}
.AnyTagClassName
{
color: #AAA632;
}
</style>
background-color css
<style>
a { background-color: #AAA632; }
a { background-color: rgb(170,166,50); }
div.DivClassName
{
background-color: #AAA632;
}
.BgClassName
{
background-color: #AAA632;
}
</style>
border-color css
<style>
span { border-color: #AAA632; }
span { border-color: rgb(170,166,50); }
td.TdClassName
{
border-color: #AAA632;
}
.TagClassName
{
border-color: #AAA632;
}
</style>