Shades of Bourbon #A9753C
Tints of Bourbon #A9753C
RGB
CMYK
RGB Variations
Color information
#A9753C (or 0xA9753C) is known color: Bourbon. HEX triplet: A9, 75 and 3C. RGB value is (169,117,60). Sum of RGB (Red+Green+Blue) = 169+117+60=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9753C is #568AC3. Grayscale: #7E7E7E. Windows color (decimal): -5671620 or 3962281. OLE color: 3962281.
HSL color Cylindrical-coordinate representation of color #A9753C: hue angle of 31.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9753C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 60 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.34 |
| HSL | 31.38º | 0.48% | 0.45% | - |
| HSV(B) | 31.38º | 0.64% | 0.66% | - |
| XYZ | 23.54 | 21.48 | 7.18 | - |
| YUV | 126.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 60 | 0 | 0.31 | 0.64 | 0.34 | 31.38 | 0.48 | 0.45 |
| Hex | A9 | 75 | 3C | 0 | 1F | 40 | 22 | 1F | 30 | 2D |
| Octal | 251 | 165 | 74 | 0 | 37 | 100 | 42 | 37 | 60 | 55 |
| Binary | 10101001 | 1110101 | 111100 | 0 | 11111 | 1000000 | 100010 | 11111 | 110000 | 101101 |
Color Harmonies of #A9753C
Complementary color
Monochromatic Colors of #A9753C
Black with #A9753C
Text Example
Text Example
White with #A9753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9753C; }
p { color: rgb(169,117,60); }
H1.HeaderClassName
{
color: #A9753C;
}
.AnyTagClassName
{
color: #A9753C;
}
</style>
background-color css
<style>
a { background-color: #A9753C; }
a { background-color: rgb(169,117,60); }
div.DivClassName
{
background-color: #A9753C;
}
.BgClassName
{
background-color: #A9753C;
}
</style>
border-color css
<style>
span { border-color: #A9753C; }
span { border-color: rgb(169,117,60); }
td.TdClassName
{
border-color: #A9753C;
}
.TagClassName
{
border-color: #A9753C;
}
</style>