Shades of Brass #A2A03D
Tints of Brass #A2A03D
RGB
CMYK
RGB Variations
Color information
#A2A03D (or 0xA2A03D) is known color: Brass. HEX triplet: A2, A0 and 3D. RGB value is (162,160,61). Sum of RGB (Red+Green+Blue) = 162+160+61=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A03D is #5D5FC2. Grayscale: #959595. Windows color (decimal): -6119363 or 4038818. OLE color: 4038818.
HSL color Cylindrical-coordinate representation of color #A2A03D: hue angle of 58.81º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2A03D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 61 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.36 |
| HSL | 58.81º | 0.45% | 0.44% | - |
| HSV(B) | 58.81º | 0.62% | 0.64% | - |
| XYZ | 28.31 | 33.16 | 9.32 | - |
| YUV | 149.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 61 | 0 | 0.01 | 0.62 | 0.36 | 58.81 | 0.45 | 0.44 |
| Hex | A2 | A0 | 3D | 0 | 1 | 3E | 24 | 3B | 2D | 2C |
| Octal | 242 | 240 | 75 | 0 | 1 | 76 | 44 | 73 | 55 | 54 |
| Binary | 10100010 | 10100000 | 111101 | 0 | 1 | 111110 | 100100 | 111011 | 101101 | 101100 |
Color Harmonies of #A2A03D
Complementary color
Monochromatic Colors of #A2A03D
Black with #A2A03D
Text Example
Text Example
White with #A2A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A03D; }
p { color: rgb(162,160,61); }
H1.HeaderClassName
{
color: #A2A03D;
}
.AnyTagClassName
{
color: #A2A03D;
}
</style>
background-color css
<style>
a { background-color: #A2A03D; }
a { background-color: rgb(162,160,61); }
div.DivClassName
{
background-color: #A2A03D;
}
.BgClassName
{
background-color: #A2A03D;
}
</style>
border-color css
<style>
span { border-color: #A2A03D; }
span { border-color: rgb(162,160,61); }
td.TdClassName
{
border-color: #A2A03D;
}
.TagClassName
{
border-color: #A2A03D;
}
</style>