Shades of Brass #A2AD41
Tints of Brass #A2AD41
RGB
CMYK
RGB Variations
Color information
#A2AD41 (or 0xA2AD41) is known color: Brass. HEX triplet: A2, AD and 41. RGB value is (162,173,65). Sum of RGB (Red+Green+Blue) = 162+173+65=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD41 is #5D52BE. Grayscale: #9D9D9D. Windows color (decimal): -6116031 or 4304290. OLE color: 4304290.
HSL color Cylindrical-coordinate representation of color #A2AD41: hue angle of 66.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2AD41 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 65 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.32 |
| HSL | 66.11º | 0.45% | 0.47% | - |
| HSV(B) | 66.11º | 0.62% | 0.68% | - |
| XYZ | 30.8 | 37.95 | 10.7 | - |
| YUV | 157.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 65 | 0.06 | 0 | 0.62 | 0.32 | 66.11 | 0.45 | 0.47 |
| Hex | A2 | AD | 41 | 6 | 0 | 3E | 20 | 42 | 2D | 2F |
| Octal | 242 | 255 | 101 | 6 | 0 | 76 | 40 | 102 | 55 | 57 |
| Binary | 10100010 | 10101101 | 1000001 | 110 | 0 | 111110 | 100000 | 1000010 | 101101 | 101111 |
Color Harmonies of #A2AD41
Complementary color
Monochromatic Colors of #A2AD41
Black with #A2AD41
Text Example
Text Example
White with #A2AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD41; }
p { color: rgb(162,173,65); }
H1.HeaderClassName
{
color: #A2AD41;
}
.AnyTagClassName
{
color: #A2AD41;
}
</style>
background-color css
<style>
a { background-color: #A2AD41; }
a { background-color: rgb(162,173,65); }
div.DivClassName
{
background-color: #A2AD41;
}
.BgClassName
{
background-color: #A2AD41;
}
</style>
border-color css
<style>
span { border-color: #A2AD41; }
span { border-color: rgb(162,173,65); }
td.TdClassName
{
border-color: #A2AD41;
}
.TagClassName
{
border-color: #A2AD41;
}
</style>