Shades of Bourbon #A9754A
Tints of Bourbon #A9754A
RGB
CMYK
RGB Variations
Color information
#A9754A (or 0xA9754A) is known color: Bourbon. HEX triplet: A9, 75 and 4A. RGB value is (169,117,74). Sum of RGB (Red+Green+Blue) = 169+117+74=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9754A is #568AB5. Grayscale: #7F7F7F. Windows color (decimal): -5671606 or 4879785. OLE color: 4879785.
HSL color Cylindrical-coordinate representation of color #A9754A: hue angle of 27.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9754A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 74 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.34 |
| HSL | 27.16º | 0.39% | 0.48% | - |
| HSV(B) | 27.16º | 0.56% | 0.66% | - |
| XYZ | 23.96 | 21.65 | 9.4 | - |
| YUV | 127.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 74 | 0 | 0.31 | 0.56 | 0.34 | 27.16 | 0.39 | 0.48 |
| Hex | A9 | 75 | 4A | 0 | 1F | 38 | 22 | 1B | 27 | 30 |
| Octal | 251 | 165 | 112 | 0 | 37 | 70 | 42 | 33 | 47 | 60 |
| Binary | 10101001 | 1110101 | 1001010 | 0 | 11111 | 111000 | 100010 | 11011 | 100111 | 110000 |
Color Harmonies of #A9754A
Complementary color
Monochromatic Colors of #A9754A
Black with #A9754A
Text Example
Text Example
White with #A9754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9754A; }
p { color: rgb(169,117,74); }
H1.HeaderClassName
{
color: #A9754A;
}
.AnyTagClassName
{
color: #A9754A;
}
</style>
background-color css
<style>
a { background-color: #A9754A; }
a { background-color: rgb(169,117,74); }
div.DivClassName
{
background-color: #A9754A;
}
.BgClassName
{
background-color: #A9754A;
}
</style>
border-color css
<style>
span { border-color: #A9754A; }
span { border-color: rgb(169,117,74); }
td.TdClassName
{
border-color: #A9754A;
}
.TagClassName
{
border-color: #A9754A;
}
</style>