Shades of Brass #A59F3B
Tints of Brass #A59F3B
RGB
CMYK
RGB Variations
Color information
#A59F3B (or 0xA59F3B) is known color: Brass. HEX triplet: A5, 9F and 3B. RGB value is (165,159,59). Sum of RGB (Red+Green+Blue) = 165+159+59=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F3B is #5A60C4. Grayscale: #959595. Windows color (decimal): -5923013 or 3907493. OLE color: 3907493.
HSL color Cylindrical-coordinate representation of color #A59F3B: hue angle of 56.6º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A59F3B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 59 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.35 |
| HSL | 56.6º | 0.47% | 0.44% | - |
| HSV(B) | 56.6º | 0.64% | 0.65% | - |
| XYZ | 28.7 | 33.11 | 9.02 | - |
| YUV | 149.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 59 | 0 | 0.04 | 0.64 | 0.35 | 56.6 | 0.47 | 0.44 |
| Hex | A5 | 9F | 3B | 0 | 4 | 40 | 23 | 39 | 2F | 2C |
| Octal | 245 | 237 | 73 | 0 | 4 | 100 | 43 | 71 | 57 | 54 |
| Binary | 10100101 | 10011111 | 111011 | 0 | 100 | 1000000 | 100011 | 111001 | 101111 | 101100 |
Color Harmonies of #A59F3B
Complementary color
Monochromatic Colors of #A59F3B
Black with #A59F3B
Text Example
Text Example
White with #A59F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F3B; }
p { color: rgb(165,159,59); }
H1.HeaderClassName
{
color: #A59F3B;
}
.AnyTagClassName
{
color: #A59F3B;
}
</style>
background-color css
<style>
a { background-color: #A59F3B; }
a { background-color: rgb(165,159,59); }
div.DivClassName
{
background-color: #A59F3B;
}
.BgClassName
{
background-color: #A59F3B;
}
</style>
border-color css
<style>
span { border-color: #A59F3B; }
span { border-color: rgb(165,159,59); }
td.TdClassName
{
border-color: #A59F3B;
}
.TagClassName
{
border-color: #A59F3B;
}
</style>