Shades of Brass #A2AD36
Tints of Brass #A2AD36
RGB
CMYK
RGB Variations
Color information
#A2AD36 (or 0xA2AD36) is known color: Brass. HEX triplet: A2, AD and 36. RGB value is (162,173,54). Sum of RGB (Red+Green+Blue) = 162+173+54=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD36 is #5D52C9. Grayscale: #9C9C9C. Windows color (decimal): -6116042 or 3583394. OLE color: 3583394.
HSL color Cylindrical-coordinate representation of color #A2AD36: hue angle of 65.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2AD36 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 54 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.32 |
| HSL | 65.55º | 0.52% | 0.45% | - |
| HSV(B) | 65.55º | 0.69% | 0.68% | - |
| XYZ | 30.51 | 37.83 | 9.18 | - |
| YUV | 156.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 54 | 0.06 | 0 | 0.69 | 0.32 | 65.55 | 0.52 | 0.45 |
| Hex | A2 | AD | 36 | 6 | 0 | 45 | 20 | 42 | 34 | 2D |
| Octal | 242 | 255 | 66 | 6 | 0 | 105 | 40 | 102 | 64 | 55 |
| Binary | 10100010 | 10101101 | 110110 | 110 | 0 | 1000101 | 100000 | 1000010 | 110100 | 101101 |
Color Harmonies of #A2AD36
Complementary color
Monochromatic Colors of #A2AD36
Black with #A2AD36
Text Example
Text Example
White with #A2AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD36; }
p { color: rgb(162,173,54); }
H1.HeaderClassName
{
color: #A2AD36;
}
.AnyTagClassName
{
color: #A2AD36;
}
</style>
background-color css
<style>
a { background-color: #A2AD36; }
a { background-color: rgb(162,173,54); }
div.DivClassName
{
background-color: #A2AD36;
}
.BgClassName
{
background-color: #A2AD36;
}
</style>
border-color css
<style>
span { border-color: #A2AD36; }
span { border-color: rgb(162,173,54); }
td.TdClassName
{
border-color: #A2AD36;
}
.TagClassName
{
border-color: #A2AD36;
}
</style>