Shades of Brass #A2A23F
Tints of Brass #A2A23F
RGB
CMYK
RGB Variations
Color information
#A2A23F (or 0xA2A23F) is known color: Brass. HEX triplet: A2, A2 and 3F. RGB value is (162,162,63). Sum of RGB (Red+Green+Blue) = 162+162+63=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A23F is #5D5DC0. Grayscale: #979797. Windows color (decimal): -6118849 or 4170402. OLE color: 4170402.
HSL color Cylindrical-coordinate representation of color #A2A23F: hue angle of 60º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2A23F is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 63 | - |
| CMYK | 0 | 0 | 0.61 | 0.36 |
| HSL | 60º | 0.44% | 0.44% | - |
| HSV(B) | 60º | 0.61% | 0.64% | - |
| XYZ | 28.72 | 33.88 | 9.73 | - |
| YUV | 150.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 63 | 0 | 0 | 0.61 | 0.36 | 60 | 0.44 | 0.44 |
| Hex | A2 | A2 | 3F | 0 | 0 | 3D | 24 | 3C | 2C | 2C |
| Octal | 242 | 242 | 77 | 0 | 0 | 75 | 44 | 74 | 54 | 54 |
| Binary | 10100010 | 10100010 | 111111 | 0 | 0 | 111101 | 100100 | 111100 | 101100 | 101100 |
Color Harmonies of #A2A23F
Complementary color
Monochromatic Colors of #A2A23F
Black with #A2A23F
Text Example
Text Example
White with #A2A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A23F; }
p { color: rgb(162,162,63); }
H1.HeaderClassName
{
color: #A2A23F;
}
.AnyTagClassName
{
color: #A2A23F;
}
</style>
background-color css
<style>
a { background-color: #A2A23F; }
a { background-color: rgb(162,162,63); }
div.DivClassName
{
background-color: #A2A23F;
}
.BgClassName
{
background-color: #A2A23F;
}
</style>
border-color css
<style>
span { border-color: #A2A23F; }
span { border-color: rgb(162,162,63); }
td.TdClassName
{
border-color: #A2A23F;
}
.TagClassName
{
border-color: #A2A23F;
}
</style>