Shades of Brass #A49D3D
Tints of Brass #A49D3D
RGB
CMYK
RGB Variations
Color information
#A49D3D (or 0xA49D3D) is known color: Brass. HEX triplet: A4, 9D and 3D. RGB value is (164,157,61). Sum of RGB (Red+Green+Blue) = 164+157+61=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D3D is #5B62C2. Grayscale: #949494. Windows color (decimal): -5989059 or 4038052. OLE color: 4038052.
HSL color Cylindrical-coordinate representation of color #A49D3D: hue angle of 55.92º 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 #A49D3D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 61 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.36 |
| HSL | 55.92º | 0.46% | 0.44% | - |
| HSV(B) | 55.92º | 0.63% | 0.64% | - |
| XYZ | 28.21 | 32.34 | 9.17 | - |
| YUV | 148.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 61 | 0 | 0.04 | 0.63 | 0.36 | 55.92 | 0.46 | 0.44 |
| Hex | A4 | 9D | 3D | 0 | 4 | 3F | 24 | 38 | 2E | 2C |
| Octal | 244 | 235 | 75 | 0 | 4 | 77 | 44 | 70 | 56 | 54 |
| Binary | 10100100 | 10011101 | 111101 | 0 | 100 | 111111 | 100100 | 111000 | 101110 | 101100 |
Color Harmonies of #A49D3D
Complementary color
Monochromatic Colors of #A49D3D
Black with #A49D3D
Text Example
Text Example
White with #A49D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D3D; }
p { color: rgb(164,157,61); }
H1.HeaderClassName
{
color: #A49D3D;
}
.AnyTagClassName
{
color: #A49D3D;
}
</style>
background-color css
<style>
a { background-color: #A49D3D; }
a { background-color: rgb(164,157,61); }
div.DivClassName
{
background-color: #A49D3D;
}
.BgClassName
{
background-color: #A49D3D;
}
</style>
border-color css
<style>
span { border-color: #A49D3D; }
span { border-color: rgb(164,157,61); }
td.TdClassName
{
border-color: #A49D3D;
}
.TagClassName
{
border-color: #A49D3D;
}
</style>