Shades of Brass #A3A145
Tints of Brass #A3A145
RGB
CMYK
RGB Variations
Color information
#A3A145 (or 0xA3A145) is known color: Brass. HEX triplet: A3, A1 and 45. RGB value is (163,161,69). Sum of RGB (Red+Green+Blue) = 163+161+69=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A145 is #5C5EBA. Grayscale: #979797. Windows color (decimal): -6053563 or 4563363. OLE color: 4563363.
HSL color Cylindrical-coordinate representation of color #A3A145: hue angle of 58.72º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3A145 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 69 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.36 |
| HSL | 58.72º | 0.41% | 0.45% | - |
| HSV(B) | 58.72º | 0.58% | 0.64% | - |
| XYZ | 28.92 | 33.71 | 10.61 | - |
| YUV | 151.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 69 | 0 | 0.01 | 0.58 | 0.36 | 58.72 | 0.41 | 0.45 |
| Hex | A3 | A1 | 45 | 0 | 1 | 3A | 24 | 3B | 29 | 2D |
| Octal | 243 | 241 | 105 | 0 | 1 | 72 | 44 | 73 | 51 | 55 |
| Binary | 10100011 | 10100001 | 1000101 | 0 | 1 | 111010 | 100100 | 111011 | 101001 | 101101 |
Color Harmonies of #A3A145
Complementary color
Monochromatic Colors of #A3A145
Black with #A3A145
Text Example
Text Example
White with #A3A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A145; }
p { color: rgb(163,161,69); }
H1.HeaderClassName
{
color: #A3A145;
}
.AnyTagClassName
{
color: #A3A145;
}
</style>
background-color css
<style>
a { background-color: #A3A145; }
a { background-color: rgb(163,161,69); }
div.DivClassName
{
background-color: #A3A145;
}
.BgClassName
{
background-color: #A3A145;
}
</style>
border-color css
<style>
span { border-color: #A3A145; }
span { border-color: rgb(163,161,69); }
td.TdClassName
{
border-color: #A3A145;
}
.TagClassName
{
border-color: #A3A145;
}
</style>