Shades of Brass #A6AA32
Tints of Brass #A6AA32
RGB
CMYK
RGB Variations
Color information
#A6AA32 (or 0xA6AA32) is known color: Brass. HEX triplet: A6, AA and 32. RGB value is (166,170,50). Sum of RGB (Red+Green+Blue) = 166+170+50=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA32 is #5955CD. Grayscale: #9B9B9B. Windows color (decimal): -5854670 or 3320486. OLE color: 3320486.
HSL color Cylindrical-coordinate representation of color #A6AA32: hue angle of 62º 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 #A6AA32 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 50 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.33 |
| HSL | 62º | 0.55% | 0.43% | - |
| HSV(B) | 62º | 0.71% | 0.67% | - |
| XYZ | 30.68 | 37.09 | 8.56 | - |
| YUV | 155.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 50 | 0.02 | 0 | 0.71 | 0.33 | 62 | 0.55 | 0.43 |
| Hex | A6 | AA | 32 | 2 | 0 | 47 | 21 | 3E | 37 | 2B |
| Octal | 246 | 252 | 62 | 2 | 0 | 107 | 41 | 76 | 67 | 53 |
| Binary | 10100110 | 10101010 | 110010 | 10 | 0 | 1000111 | 100001 | 111110 | 110111 | 101011 |
Color Harmonies of #A6AA32
Complementary color
Monochromatic Colors of #A6AA32
Black with #A6AA32
Text Example
Text Example
White with #A6AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA32; }
p { color: rgb(166,170,50); }
H1.HeaderClassName
{
color: #A6AA32;
}
.AnyTagClassName
{
color: #A6AA32;
}
</style>
background-color css
<style>
a { background-color: #A6AA32; }
a { background-color: rgb(166,170,50); }
div.DivClassName
{
background-color: #A6AA32;
}
.BgClassName
{
background-color: #A6AA32;
}
</style>
border-color css
<style>
span { border-color: #A6AA32; }
span { border-color: rgb(166,170,50); }
td.TdClassName
{
border-color: #A6AA32;
}
.TagClassName
{
border-color: #A6AA32;
}
</style>