Shades of Brass #A6AD43
Tints of Brass #A6AD43
RGB
CMYK
RGB Variations
Color information
#A6AD43 (or 0xA6AD43) is known color: Brass. HEX triplet: A6, AD and 43. RGB value is (166,173,67). Sum of RGB (Red+Green+Blue) = 166+173+67=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD43 is #5952BC. Grayscale: #9F9F9F. Windows color (decimal): -5853885 or 4435366. OLE color: 4435366.
HSL color Cylindrical-coordinate representation of color #A6AD43: hue angle of 63.96º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6AD43 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 67 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.32 |
| HSL | 63.96º | 0.44% | 0.47% | - |
| HSV(B) | 63.96º | 0.61% | 0.68% | - |
| XYZ | 31.68 | 38.4 | 11.05 | - |
| YUV | 158.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 67 | 0.04 | 0 | 0.61 | 0.32 | 63.96 | 0.44 | 0.47 |
| Hex | A6 | AD | 43 | 4 | 0 | 3D | 20 | 40 | 2C | 2F |
| Octal | 246 | 255 | 103 | 4 | 0 | 75 | 40 | 100 | 54 | 57 |
| Binary | 10100110 | 10101101 | 1000011 | 100 | 0 | 111101 | 100000 | 1000000 | 101100 | 101111 |
Color Harmonies of #A6AD43
Complementary color
Monochromatic Colors of #A6AD43
Black with #A6AD43
Text Example
Text Example
White with #A6AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD43; }
p { color: rgb(166,173,67); }
H1.HeaderClassName
{
color: #A6AD43;
}
.AnyTagClassName
{
color: #A6AD43;
}
</style>
background-color css
<style>
a { background-color: #A6AD43; }
a { background-color: rgb(166,173,67); }
div.DivClassName
{
background-color: #A6AD43;
}
.BgClassName
{
background-color: #A6AD43;
}
</style>
border-color css
<style>
span { border-color: #A6AD43; }
span { border-color: rgb(166,173,67); }
td.TdClassName
{
border-color: #A6AD43;
}
.TagClassName
{
border-color: #A6AD43;
}
</style>