Shades of Brass #A6A33D
Tints of Brass #A6A33D
RGB
CMYK
RGB Variations
Color information
#A6A33D (or 0xA6A33D) is known color: Brass. HEX triplet: A6, A3 and 3D. RGB value is (166,163,61). Sum of RGB (Red+Green+Blue) = 166+163+61=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A33D is #595CC2. Grayscale: #989898. Windows color (decimal): -5856451 or 4039590. OLE color: 4039590.
HSL color Cylindrical-coordinate representation of color #A6A33D: hue angle of 58.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6A33D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 61 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.35 |
| HSL | 58.29º | 0.46% | 0.45% | - |
| HSV(B) | 58.29º | 0.63% | 0.65% | - |
| XYZ | 29.67 | 34.64 | 9.54 | - |
| YUV | 152.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 61 | 0 | 0.02 | 0.63 | 0.35 | 58.29 | 0.46 | 0.45 |
| Hex | A6 | A3 | 3D | 0 | 2 | 3F | 23 | 3A | 2E | 2D |
| Octal | 246 | 243 | 75 | 0 | 2 | 77 | 43 | 72 | 56 | 55 |
| Binary | 10100110 | 10100011 | 111101 | 0 | 10 | 111111 | 100011 | 111010 | 101110 | 101101 |
Color Harmonies of #A6A33D
Complementary color
Monochromatic Colors of #A6A33D
Black with #A6A33D
Text Example
Text Example
White with #A6A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A33D; }
p { color: rgb(166,163,61); }
H1.HeaderClassName
{
color: #A6A33D;
}
.AnyTagClassName
{
color: #A6A33D;
}
</style>
background-color css
<style>
a { background-color: #A6A33D; }
a { background-color: rgb(166,163,61); }
div.DivClassName
{
background-color: #A6A33D;
}
.BgClassName
{
background-color: #A6A33D;
}
</style>
border-color css
<style>
span { border-color: #A6A33D; }
span { border-color: rgb(166,163,61); }
td.TdClassName
{
border-color: #A6A33D;
}
.TagClassName
{
border-color: #A6A33D;
}
</style>