Shades of Bourbon #A5753E
Tints of Bourbon #A5753E
RGB
CMYK
RGB Variations
Color information
#A5753E (or 0xA5753E) is known color: Bourbon. HEX triplet: A5, 75 and 3E. RGB value is (165,117,62). Sum of RGB (Red+Green+Blue) = 165+117+62=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5753E is #5A8AC1. Grayscale: #7D7D7D. Windows color (decimal): -5933762 or 4093349. OLE color: 4093349.
HSL color Cylindrical-coordinate representation of color #A5753E: hue angle of 32.04º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5753E is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 62 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.35 |
| HSL | 32.04º | 0.45% | 0.45% | - |
| HSV(B) | 32.04º | 0.62% | 0.65% | - |
| XYZ | 22.75 | 21.07 | 7.43 | - |
| YUV | 125.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 62 | 0 | 0.29 | 0.62 | 0.35 | 32.04 | 0.45 | 0.45 |
| Hex | A5 | 75 | 3E | 0 | 1D | 3E | 23 | 20 | 2D | 2D |
| Octal | 245 | 165 | 76 | 0 | 35 | 76 | 43 | 40 | 55 | 55 |
| Binary | 10100101 | 1110101 | 111110 | 0 | 11101 | 111110 | 100011 | 100000 | 101101 | 101101 |
Color Harmonies of #A5753E
Complementary color
Monochromatic Colors of #A5753E
Black with #A5753E
Text Example
Text Example
White with #A5753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5753E; }
p { color: rgb(165,117,62); }
H1.HeaderClassName
{
color: #A5753E;
}
.AnyTagClassName
{
color: #A5753E;
}
</style>
background-color css
<style>
a { background-color: #A5753E; }
a { background-color: rgb(165,117,62); }
div.DivClassName
{
background-color: #A5753E;
}
.BgClassName
{
background-color: #A5753E;
}
</style>
border-color css
<style>
span { border-color: #A5753E; }
span { border-color: rgb(165,117,62); }
td.TdClassName
{
border-color: #A5753E;
}
.TagClassName
{
border-color: #A5753E;
}
</style>