Shades of Bourbon #A47242
Tints of Bourbon #A47242
RGB
CMYK
RGB Variations
Color information
#A47242 (or 0xA47242) is known color: Bourbon. HEX triplet: A4, 72 and 42. RGB value is (164,114,66). Sum of RGB (Red+Green+Blue) = 164+114+66=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A47242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47242 is #5B8DBD. Grayscale: #7B7B7B. Windows color (decimal): -6000062 or 4354724. OLE color: 4354724.
HSL color Cylindrical-coordinate representation of color #A47242: hue angle of 29.39º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A47242 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 66 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.36 |
| HSL | 29.39º | 0.43% | 0.45% | - |
| HSV(B) | 29.39º | 0.6% | 0.64% | - |
| XYZ | 22.31 | 20.32 | 7.9 | - |
| YUV | 123.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 66 | 0 | 0.30 | 0.60 | 0.36 | 29.39 | 0.43 | 0.45 |
| Hex | A4 | 72 | 42 | 0 | 1E | 3C | 24 | 1D | 2B | 2D |
| Octal | 244 | 162 | 102 | 0 | 36 | 74 | 44 | 35 | 53 | 55 |
| Binary | 10100100 | 1110010 | 1000010 | 0 | 11110 | 111100 | 100100 | 11101 | 101011 | 101101 |
Color Harmonies of #A47242
Complementary color
Monochromatic Colors of #A47242
Black with #A47242
Text Example
Text Example
White with #A47242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47242; }
p { color: rgb(164,114,66); }
H1.HeaderClassName
{
color: #A47242;
}
.AnyTagClassName
{
color: #A47242;
}
</style>
background-color css
<style>
a { background-color: #A47242; }
a { background-color: rgb(164,114,66); }
div.DivClassName
{
background-color: #A47242;
}
.BgClassName
{
background-color: #A47242;
}
</style>
border-color css
<style>
span { border-color: #A47242; }
span { border-color: rgb(164,114,66); }
td.TdClassName
{
border-color: #A47242;
}
.TagClassName
{
border-color: #A47242;
}
</style>