Shades of Bourbon #A5763F
Tints of Bourbon #A5763F
RGB
CMYK
RGB Variations
Color information
#A5763F (or 0xA5763F) is known color: Bourbon. HEX triplet: A5, 76 and 3F. RGB value is (165,118,63). Sum of RGB (Red+Green+Blue) = 165+118+63=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5763F is #5A89C0. Grayscale: #7E7E7E. Windows color (decimal): -5933505 or 4159141. OLE color: 4159141.
HSL color Cylindrical-coordinate representation of color #A5763F: hue angle of 32.35º 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 #A5763F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 63 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.35 |
| HSL | 32.35º | 0.45% | 0.45% | - |
| HSV(B) | 32.35º | 0.62% | 0.65% | - |
| XYZ | 22.89 | 21.32 | 7.61 | - |
| YUV | 125.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 63 | 0 | 0.28 | 0.62 | 0.35 | 32.35 | 0.45 | 0.45 |
| Hex | A5 | 76 | 3F | 0 | 1C | 3E | 23 | 20 | 2D | 2D |
| Octal | 245 | 166 | 77 | 0 | 34 | 76 | 43 | 40 | 55 | 55 |
| Binary | 10100101 | 1110110 | 111111 | 0 | 11100 | 111110 | 100011 | 100000 | 101101 | 101101 |
Color Harmonies of #A5763F
Complementary color
Monochromatic Colors of #A5763F
Black with #A5763F
Text Example
Text Example
White with #A5763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5763F; }
p { color: rgb(165,118,63); }
H1.HeaderClassName
{
color: #A5763F;
}
.AnyTagClassName
{
color: #A5763F;
}
</style>
background-color css
<style>
a { background-color: #A5763F; }
a { background-color: rgb(165,118,63); }
div.DivClassName
{
background-color: #A5763F;
}
.BgClassName
{
background-color: #A5763F;
}
</style>
border-color css
<style>
span { border-color: #A5763F; }
span { border-color: rgb(165,118,63); }
td.TdClassName
{
border-color: #A5763F;
}
.TagClassName
{
border-color: #A5763F;
}
</style>