Shades of Brass #A2A74A
Tints of Brass #A2A74A
RGB
CMYK
RGB Variations
Color information
#A2A74A (or 0xA2A74A) is known color: Brass. HEX triplet: A2, A7 and 4A. RGB value is (162,167,74). Sum of RGB (Red+Green+Blue) = 162+167+74=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A74A is #5D58B5. Grayscale: #9B9B9B. Windows color (decimal): -6117558 or 4892578. OLE color: 4892578.
HSL color Cylindrical-coordinate representation of color #A2A74A: hue angle of 63.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2A74A is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 74 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.35 |
| HSL | 63.23º | 0.39% | 0.47% | - |
| HSV(B) | 63.23º | 0.56% | 0.65% | - |
| XYZ | 29.96 | 35.81 | 11.81 | - |
| YUV | 154.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 74 | 0.03 | 0 | 0.56 | 0.35 | 63.23 | 0.39 | 0.47 |
| Hex | A2 | A7 | 4A | 3 | 0 | 38 | 23 | 3F | 27 | 2F |
| Octal | 242 | 247 | 112 | 3 | 0 | 70 | 43 | 77 | 47 | 57 |
| Binary | 10100010 | 10100111 | 1001010 | 11 | 0 | 111000 | 100011 | 111111 | 100111 | 101111 |
Color Harmonies of #A2A74A
Complementary color
Monochromatic Colors of #A2A74A
Black with #A2A74A
Text Example
Text Example
White with #A2A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A74A; }
p { color: rgb(162,167,74); }
H1.HeaderClassName
{
color: #A2A74A;
}
.AnyTagClassName
{
color: #A2A74A;
}
</style>
background-color css
<style>
a { background-color: #A2A74A; }
a { background-color: rgb(162,167,74); }
div.DivClassName
{
background-color: #A2A74A;
}
.BgClassName
{
background-color: #A2A74A;
}
</style>
border-color css
<style>
span { border-color: #A2A74A; }
span { border-color: rgb(162,167,74); }
td.TdClassName
{
border-color: #A2A74A;
}
.TagClassName
{
border-color: #A2A74A;
}
</style>