Shades of Brass #A6A33E
Tints of Brass #A6A33E
RGB
CMYK
RGB Variations
Color information
#A6A33E (or 0xA6A33E) is known color: Brass. HEX triplet: A6, A3 and 3E. RGB value is (166,163,62). Sum of RGB (Red+Green+Blue) = 166+163+62=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A33E is #595CC1. Grayscale: #989898. Windows color (decimal): -5856450 or 4105126. OLE color: 4105126.
HSL color Cylindrical-coordinate representation of color #A6A33E: hue angle of 58.27º 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 #A6A33E is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 62 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.35 |
| HSL | 58.27º | 0.46% | 0.45% | - |
| HSV(B) | 58.27º | 0.63% | 0.65% | - |
| XYZ | 29.69 | 34.65 | 9.68 | - |
| YUV | 152.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 62 | 0 | 0.02 | 0.63 | 0.35 | 58.27 | 0.46 | 0.45 |
| Hex | A6 | A3 | 3E | 0 | 2 | 3F | 23 | 3A | 2E | 2D |
| Octal | 246 | 243 | 76 | 0 | 2 | 77 | 43 | 72 | 56 | 55 |
| Binary | 10100110 | 10100011 | 111110 | 0 | 10 | 111111 | 100011 | 111010 | 101110 | 101101 |
Color Harmonies of #A6A33E
Complementary color
Monochromatic Colors of #A6A33E
Black with #A6A33E
Text Example
Text Example
White with #A6A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A33E; }
p { color: rgb(166,163,62); }
H1.HeaderClassName
{
color: #A6A33E;
}
.AnyTagClassName
{
color: #A6A33E;
}
</style>
background-color css
<style>
a { background-color: #A6A33E; }
a { background-color: rgb(166,163,62); }
div.DivClassName
{
background-color: #A6A33E;
}
.BgClassName
{
background-color: #A6A33E;
}
</style>
border-color css
<style>
span { border-color: #A6A33E; }
span { border-color: rgb(166,163,62); }
td.TdClassName
{
border-color: #A6A33E;
}
.TagClassName
{
border-color: #A6A33E;
}
</style>