Shades of Brass #A5A639
Tints of Brass #A5A639
RGB
CMYK
RGB Variations
Color information
#A5A639 (or 0xA5A639) is known color: Brass. HEX triplet: A5, A6 and 39. RGB value is (165,166,57). Sum of RGB (Red+Green+Blue) = 165+166+57=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A639 is #5A59C6. Grayscale: #999999. Windows color (decimal): -5921223 or 3778213. OLE color: 3778213.
HSL color Cylindrical-coordinate representation of color #A5A639: hue angle of 60.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5A639 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 57 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.35 |
| HSL | 60.55º | 0.49% | 0.44% | - |
| HSV(B) | 60.55º | 0.66% | 0.65% | - |
| XYZ | 29.89 | 35.57 | 9.16 | - |
| YUV | 153.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 57 | 0.01 | 0 | 0.66 | 0.35 | 60.55 | 0.49 | 0.44 |
| Hex | A5 | A6 | 39 | 1 | 0 | 42 | 23 | 3D | 31 | 2C |
| Octal | 245 | 246 | 71 | 1 | 0 | 102 | 43 | 75 | 61 | 54 |
| Binary | 10100101 | 10100110 | 111001 | 1 | 0 | 1000010 | 100011 | 111101 | 110001 | 101100 |
Color Harmonies of #A5A639
Complementary color
Monochromatic Colors of #A5A639
Black with #A5A639
Text Example
Text Example
White with #A5A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A639; }
p { color: rgb(165,166,57); }
H1.HeaderClassName
{
color: #A5A639;
}
.AnyTagClassName
{
color: #A5A639;
}
</style>
background-color css
<style>
a { background-color: #A5A639; }
a { background-color: rgb(165,166,57); }
div.DivClassName
{
background-color: #A5A639;
}
.BgClassName
{
background-color: #A5A639;
}
</style>
border-color css
<style>
span { border-color: #A5A639; }
span { border-color: rgb(165,166,57); }
td.TdClassName
{
border-color: #A5A639;
}
.TagClassName
{
border-color: #A5A639;
}
</style>