Shades of Brass #A2A23C
Tints of Brass #A2A23C
RGB
CMYK
RGB Variations
Color information
#A2A23C (or 0xA2A23C) is known color: Brass. HEX triplet: A2, A2 and 3C. RGB value is (162,162,60). Sum of RGB (Red+Green+Blue) = 162+162+60=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A23C is #5D5DC3. Grayscale: #969696. Windows color (decimal): -6118852 or 3973794. OLE color: 3973794.
HSL color Cylindrical-coordinate representation of color #A2A23C: hue angle of 60º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2A23C is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 60 | - |
| CMYK | 0 | 0 | 0.63 | 0.36 |
| HSL | 60º | 0.46% | 0.44% | - |
| HSV(B) | 60º | 0.63% | 0.64% | - |
| XYZ | 28.64 | 33.85 | 9.3 | - |
| YUV | 150.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 60 | 0 | 0 | 0.63 | 0.36 | 60 | 0.46 | 0.44 |
| Hex | A2 | A2 | 3C | 0 | 0 | 3F | 24 | 3C | 2E | 2C |
| Octal | 242 | 242 | 74 | 0 | 0 | 77 | 44 | 74 | 56 | 54 |
| Binary | 10100010 | 10100010 | 111100 | 0 | 0 | 111111 | 100100 | 111100 | 101110 | 101100 |
Color Harmonies of #A2A23C
Complementary color
Monochromatic Colors of #A2A23C
Black with #A2A23C
Text Example
Text Example
White with #A2A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A23C; }
p { color: rgb(162,162,60); }
H1.HeaderClassName
{
color: #A2A23C;
}
.AnyTagClassName
{
color: #A2A23C;
}
</style>
background-color css
<style>
a { background-color: #A2A23C; }
a { background-color: rgb(162,162,60); }
div.DivClassName
{
background-color: #A2A23C;
}
.BgClassName
{
background-color: #A2A23C;
}
</style>
border-color css
<style>
span { border-color: #A2A23C; }
span { border-color: rgb(162,162,60); }
td.TdClassName
{
border-color: #A2A23C;
}
.TagClassName
{
border-color: #A2A23C;
}
</style>