Shades of Brass #A6A633
Tints of Brass #A6A633
RGB
CMYK
RGB Variations
Color information
#A6A633 (or 0xA6A633) is known color: Brass. HEX triplet: A6, A6 and 33. RGB value is (166,166,51). Sum of RGB (Red+Green+Blue) = 166+166+51=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A633 is #5959CC. Grayscale: #999999. Windows color (decimal): -5855693 or 3384998. OLE color: 3384998.
HSL color Cylindrical-coordinate representation of color #A6A633: hue angle of 60º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6A633 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 51 | - |
| CMYK | 0 | 0 | 0.69 | 0.35 |
| HSL | 60º | 0.53% | 0.43% | - |
| HSV(B) | 60º | 0.69% | 0.65% | - |
| XYZ | 29.96 | 35.62 | 8.43 | - |
| YUV | 152.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 51 | 0 | 0 | 0.69 | 0.35 | 60 | 0.53 | 0.43 |
| Hex | A6 | A6 | 33 | 0 | 0 | 45 | 23 | 3C | 35 | 2B |
| Octal | 246 | 246 | 63 | 0 | 0 | 105 | 43 | 74 | 65 | 53 |
| Binary | 10100110 | 10100110 | 110011 | 0 | 0 | 1000101 | 100011 | 111100 | 110101 | 101011 |
Color Harmonies of #A6A633
Complementary color
Monochromatic Colors of #A6A633
Black with #A6A633
Text Example
Text Example
White with #A6A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A633; }
p { color: rgb(166,166,51); }
H1.HeaderClassName
{
color: #A6A633;
}
.AnyTagClassName
{
color: #A6A633;
}
</style>
background-color css
<style>
a { background-color: #A6A633; }
a { background-color: rgb(166,166,51); }
div.DivClassName
{
background-color: #A6A633;
}
.BgClassName
{
background-color: #A6A633;
}
</style>
border-color css
<style>
span { border-color: #A6A633; }
span { border-color: rgb(166,166,51); }
td.TdClassName
{
border-color: #A6A633;
}
.TagClassName
{
border-color: #A6A633;
}
</style>