Shades of Bourbon #A5723F
Tints of Bourbon #A5723F
RGB
CMYK
RGB Variations
Color information
#A5723F (or 0xA5723F) is known color: Bourbon. HEX triplet: A5, 72 and 3F. RGB value is (165,114,63). Sum of RGB (Red+Green+Blue) = 165+114+63=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5723F is #5A8DC0. Grayscale: #7B7B7B. Windows color (decimal): -5934529 or 4158117. OLE color: 4158117.
HSL color Cylindrical-coordinate representation of color #A5723F: hue angle of 30º 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 #A5723F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 63 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.35 |
| HSL | 30º | 0.45% | 0.45% | - |
| HSV(B) | 30º | 0.62% | 0.65% | - |
| XYZ | 22.43 | 20.39 | 7.46 | - |
| YUV | 123.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 63 | 0 | 0.31 | 0.62 | 0.35 | 30 | 0.45 | 0.45 |
| Hex | A5 | 72 | 3F | 0 | 1F | 3E | 23 | 1E | 2D | 2D |
| Octal | 245 | 162 | 77 | 0 | 37 | 76 | 43 | 36 | 55 | 55 |
| Binary | 10100101 | 1110010 | 111111 | 0 | 11111 | 111110 | 100011 | 11110 | 101101 | 101101 |
Color Harmonies of #A5723F
Complementary color
Monochromatic Colors of #A5723F
Black with #A5723F
Text Example
Text Example
White with #A5723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5723F; }
p { color: rgb(165,114,63); }
H1.HeaderClassName
{
color: #A5723F;
}
.AnyTagClassName
{
color: #A5723F;
}
</style>
background-color css
<style>
a { background-color: #A5723F; }
a { background-color: rgb(165,114,63); }
div.DivClassName
{
background-color: #A5723F;
}
.BgClassName
{
background-color: #A5723F;
}
</style>
border-color css
<style>
span { border-color: #A5723F; }
span { border-color: rgb(165,114,63); }
td.TdClassName
{
border-color: #A5723F;
}
.TagClassName
{
border-color: #A5723F;
}
</style>