Shades of Brass #A1A93D
Tints of Brass #A1A93D
RGB
CMYK
RGB Variations
Color information
#A1A93D (or 0xA1A93D) is known color: Brass. HEX triplet: A1, A9 and 3D. RGB value is (161,169,61). Sum of RGB (Red+Green+Blue) = 161+169+61=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A93D is #5E56C2. Grayscale: #9A9A9A. Windows color (decimal): -6182595 or 4041121. OLE color: 4041121.
HSL color Cylindrical-coordinate representation of color #A1A93D: hue angle of 64.44º degrees, saturation: 0.47, 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 #A1A93D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 61 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.34 |
| HSL | 64.44º | 0.47% | 0.45% | - |
| HSV(B) | 64.44º | 0.64% | 0.66% | - |
| XYZ | 29.73 | 36.29 | 9.85 | - |
| YUV | 154.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 61 | 0.05 | 0 | 0.64 | 0.34 | 64.44 | 0.47 | 0.45 |
| Hex | A1 | A9 | 3D | 5 | 0 | 40 | 22 | 40 | 2F | 2D |
| Octal | 241 | 251 | 75 | 5 | 0 | 100 | 42 | 100 | 57 | 55 |
| Binary | 10100001 | 10101001 | 111101 | 101 | 0 | 1000000 | 100010 | 1000000 | 101111 | 101101 |
Color Harmonies of #A1A93D
Complementary color
Monochromatic Colors of #A1A93D
Black with #A1A93D
Text Example
Text Example
White with #A1A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A93D; }
p { color: rgb(161,169,61); }
H1.HeaderClassName
{
color: #A1A93D;
}
.AnyTagClassName
{
color: #A1A93D;
}
</style>
background-color css
<style>
a { background-color: #A1A93D; }
a { background-color: rgb(161,169,61); }
div.DivClassName
{
background-color: #A1A93D;
}
.BgClassName
{
background-color: #A1A93D;
}
</style>
border-color css
<style>
span { border-color: #A1A93D; }
span { border-color: rgb(161,169,61); }
td.TdClassName
{
border-color: #A1A93D;
}
.TagClassName
{
border-color: #A1A93D;
}
</style>