Shades of Brass #A1A23C
Tints of Brass #A1A23C
RGB
CMYK
RGB Variations
Color information
#A1A23C (or 0xA1A23C) is known color: Brass. HEX triplet: A1, A2 and 3C. RGB value is (161,162,60). Sum of RGB (Red+Green+Blue) = 161+162+60=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A23C is #5E5DC3. Grayscale: #969696. Windows color (decimal): -6184388 or 3973793. OLE color: 3973793.
HSL color Cylindrical-coordinate representation of color #A1A23C: hue angle of 60.59º 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 #A1A23C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 60 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.36 |
| HSL | 60.59º | 0.46% | 0.44% | - |
| HSV(B) | 60.59º | 0.63% | 0.64% | - |
| XYZ | 28.43 | 33.74 | 9.29 | - |
| YUV | 150.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 60 | 0.01 | 0 | 0.63 | 0.36 | 60.59 | 0.46 | 0.44 |
| Hex | A1 | A2 | 3C | 1 | 0 | 3F | 24 | 3D | 2E | 2C |
| Octal | 241 | 242 | 74 | 1 | 0 | 77 | 44 | 75 | 56 | 54 |
| Binary | 10100001 | 10100010 | 111100 | 1 | 0 | 111111 | 100100 | 111101 | 101110 | 101100 |
Color Harmonies of #A1A23C
Complementary color
Monochromatic Colors of #A1A23C
Black with #A1A23C
Text Example
Text Example
White with #A1A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A23C; }
p { color: rgb(161,162,60); }
H1.HeaderClassName
{
color: #A1A23C;
}
.AnyTagClassName
{
color: #A1A23C;
}
</style>
background-color css
<style>
a { background-color: #A1A23C; }
a { background-color: rgb(161,162,60); }
div.DivClassName
{
background-color: #A1A23C;
}
.BgClassName
{
background-color: #A1A23C;
}
</style>
border-color css
<style>
span { border-color: #A1A23C; }
span { border-color: rgb(161,162,60); }
td.TdClassName
{
border-color: #A1A23C;
}
.TagClassName
{
border-color: #A1A23C;
}
</style>