Shades of Brass #A3A63B
Tints of Brass #A3A63B
RGB
CMYK
RGB Variations
Color information
#A3A63B (or 0xA3A63B) is known color: Brass. HEX triplet: A3, A6 and 3B. RGB value is (163,166,59). Sum of RGB (Red+Green+Blue) = 163+166+59=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A63B is #5C59C4. Grayscale: #999999. Windows color (decimal): -6052293 or 3909283. OLE color: 3909283.
HSL color Cylindrical-coordinate representation of color #A3A63B: hue angle of 61.68º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3A63B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 59 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.35 |
| HSL | 61.68º | 0.48% | 0.44% | - |
| HSV(B) | 61.68º | 0.64% | 0.65% | - |
| XYZ | 29.53 | 35.37 | 9.41 | - |
| YUV | 152.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 59 | 0.02 | 0 | 0.64 | 0.35 | 61.68 | 0.48 | 0.44 |
| Hex | A3 | A6 | 3B | 2 | 0 | 40 | 23 | 3E | 30 | 2C |
| Octal | 243 | 246 | 73 | 2 | 0 | 100 | 43 | 76 | 60 | 54 |
| Binary | 10100011 | 10100110 | 111011 | 10 | 0 | 1000000 | 100011 | 111110 | 110000 | 101100 |
Color Harmonies of #A3A63B
Complementary color
Monochromatic Colors of #A3A63B
Black with #A3A63B
Text Example
Text Example
White with #A3A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A63B; }
p { color: rgb(163,166,59); }
H1.HeaderClassName
{
color: #A3A63B;
}
.AnyTagClassName
{
color: #A3A63B;
}
</style>
background-color css
<style>
a { background-color: #A3A63B; }
a { background-color: rgb(163,166,59); }
div.DivClassName
{
background-color: #A3A63B;
}
.BgClassName
{
background-color: #A3A63B;
}
</style>
border-color css
<style>
span { border-color: #A3A63B; }
span { border-color: rgb(163,166,59); }
td.TdClassName
{
border-color: #A3A63B;
}
.TagClassName
{
border-color: #A3A63B;
}
</style>