Shades of Brass #A5A441
Tints of Brass #A5A441
RGB
CMYK
RGB Variations
Color information
#A5A441 (or 0xA5A441) is known color: Brass. HEX triplet: A5, A4 and 41. RGB value is (165,164,65). Sum of RGB (Red+Green+Blue) = 165+164+65=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A441 is #5A5BBE. Grayscale: #999999. Windows color (decimal): -5921727 or 4301989. OLE color: 4301989.
HSL color Cylindrical-coordinate representation of color #A5A441: hue angle of 59.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5A441 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 164 | 65 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.35 |
| HSL | 59.4º | 0.43% | 0.45% | - |
| HSV(B) | 59.4º | 0.61% | 0.65% | - |
| XYZ | 29.75 | 34.93 | 10.18 | - |
| YUV | 153.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 65 | 0 | 0.01 | 0.61 | 0.35 | 59.4 | 0.43 | 0.45 |
| Hex | A5 | A4 | 41 | 0 | 1 | 3D | 23 | 3B | 2B | 2D |
| Octal | 245 | 244 | 101 | 0 | 1 | 75 | 43 | 73 | 53 | 55 |
| Binary | 10100101 | 10100100 | 1000001 | 0 | 1 | 111101 | 100011 | 111011 | 101011 | 101101 |
Color Harmonies of #A5A441
Complementary color
Monochromatic Colors of #A5A441
Black with #A5A441
Text Example
Text Example
White with #A5A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A441; }
p { color: rgb(165,164,65); }
H1.HeaderClassName
{
color: #A5A441;
}
.AnyTagClassName
{
color: #A5A441;
}
</style>
background-color css
<style>
a { background-color: #A5A441; }
a { background-color: rgb(165,164,65); }
div.DivClassName
{
background-color: #A5A441;
}
.BgClassName
{
background-color: #A5A441;
}
</style>
border-color css
<style>
span { border-color: #A5A441; }
span { border-color: rgb(165,164,65); }
td.TdClassName
{
border-color: #A5A441;
}
.TagClassName
{
border-color: #A5A441;
}
</style>