Shades of Brass #A5A446
Tints of Brass #A5A446
RGB
CMYK
RGB Variations
Color information
#A5A446 (or 0xA5A446) is known color: Brass. HEX triplet: A5, A4 and 46. RGB value is (165,164,70). Sum of RGB (Red+Green+Blue) = 165+164+70=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A446 is #5A5BB9. Grayscale: #999999. Windows color (decimal): -5921722 or 4629669. OLE color: 4629669.
HSL color Cylindrical-coordinate representation of color #A5A446: hue angle of 59.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5A446 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 164 | 70 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.35 |
| HSL | 59.37º | 0.4% | 0.46% | - |
| HSV(B) | 59.37º | 0.58% | 0.65% | - |
| XYZ | 29.9 | 34.99 | 10.97 | - |
| YUV | 153.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 70 | 0 | 0.01 | 0.58 | 0.35 | 59.37 | 0.4 | 0.46 |
| Hex | A5 | A4 | 46 | 0 | 1 | 3A | 23 | 3B | 28 | 2E |
| Octal | 245 | 244 | 106 | 0 | 1 | 72 | 43 | 73 | 50 | 56 |
| Binary | 10100101 | 10100100 | 1000110 | 0 | 1 | 111010 | 100011 | 111011 | 101000 | 101110 |
Color Harmonies of #A5A446
Complementary color
Monochromatic Colors of #A5A446
Black with #A5A446
Text Example
Text Example
White with #A5A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A446; }
p { color: rgb(165,164,70); }
H1.HeaderClassName
{
color: #A5A446;
}
.AnyTagClassName
{
color: #A5A446;
}
</style>
background-color css
<style>
a { background-color: #A5A446; }
a { background-color: rgb(165,164,70); }
div.DivClassName
{
background-color: #A5A446;
}
.BgClassName
{
background-color: #A5A446;
}
</style>
border-color css
<style>
span { border-color: #A5A446; }
span { border-color: rgb(165,164,70); }
td.TdClassName
{
border-color: #A5A446;
}
.TagClassName
{
border-color: #A5A446;
}
</style>