Shades of Brass #A9A23C
Tints of Brass #A9A23C
RGB
CMYK
RGB Variations
Color information
#A9A23C (or 0xA9A23C) is known color: Brass. HEX triplet: A9, A2 and 3C. RGB value is (169,162,60). Sum of RGB (Red+Green+Blue) = 169+162+60=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A23C is #565DC3. Grayscale: #989898. Windows color (decimal): -5660100 or 3973801. OLE color: 3973801.
HSL color Cylindrical-coordinate representation of color #A9A23C: hue angle of 56.15º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9A23C is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 60 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.34 |
| HSL | 56.15º | 0.48% | 0.45% | - |
| HSV(B) | 56.15º | 0.64% | 0.66% | - |
| XYZ | 30.1 | 34.6 | 9.37 | - |
| YUV | 152.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 60 | 0 | 0.04 | 0.64 | 0.34 | 56.15 | 0.48 | 0.45 |
| Hex | A9 | A2 | 3C | 0 | 4 | 40 | 22 | 38 | 30 | 2D |
| Octal | 251 | 242 | 74 | 0 | 4 | 100 | 42 | 70 | 60 | 55 |
| Binary | 10101001 | 10100010 | 111100 | 0 | 100 | 1000000 | 100010 | 111000 | 110000 | 101101 |
Color Harmonies of #A9A23C
Complementary color
Monochromatic Colors of #A9A23C
Black with #A9A23C
Text Example
Text Example
White with #A9A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A23C; }
p { color: rgb(169,162,60); }
H1.HeaderClassName
{
color: #A9A23C;
}
.AnyTagClassName
{
color: #A9A23C;
}
</style>
background-color css
<style>
a { background-color: #A9A23C; }
a { background-color: rgb(169,162,60); }
div.DivClassName
{
background-color: #A9A23C;
}
.BgClassName
{
background-color: #A9A23C;
}
</style>
border-color css
<style>
span { border-color: #A9A23C; }
span { border-color: rgb(169,162,60); }
td.TdClassName
{
border-color: #A9A23C;
}
.TagClassName
{
border-color: #A9A23C;
}
</style>