Shades of Bourbon #AD754B
Tints of Bourbon #AD754B
RGB
CMYK
RGB Variations
Color information
#AD754B (or 0xAD754B) is known color: Bourbon. HEX triplet: AD, 75 and 4B. RGB value is (173,117,75). Sum of RGB (Red+Green+Blue) = 173+117+75=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD754B is #528AB4. Grayscale: #818181. Windows color (decimal): -5409461 or 4945325. OLE color: 4945325.
HSL color Cylindrical-coordinate representation of color #AD754B: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD754B is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 75 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.32 |
| HSL | 25.71º | 0.4% | 0.49% | - |
| HSV(B) | 25.71º | 0.57% | 0.68% | - |
| XYZ | 24.86 | 22.11 | 9.61 | - |
| YUV | 128.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 75 | 0 | 0.32 | 0.57 | 0.32 | 25.71 | 0.4 | 0.49 |
| Hex | AD | 75 | 4B | 0 | 20 | 39 | 20 | 1A | 28 | 31 |
| Octal | 255 | 165 | 113 | 0 | 40 | 71 | 40 | 32 | 50 | 61 |
| Binary | 10101101 | 1110101 | 1001011 | 0 | 100000 | 111001 | 100000 | 11010 | 101000 | 110001 |
Color Harmonies of #AD754B
Complementary color
Monochromatic Colors of #AD754B
Black with #AD754B
Text Example
Text Example
White with #AD754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD754B; }
p { color: rgb(173,117,75); }
H1.HeaderClassName
{
color: #AD754B;
}
.AnyTagClassName
{
color: #AD754B;
}
</style>
background-color css
<style>
a { background-color: #AD754B; }
a { background-color: rgb(173,117,75); }
div.DivClassName
{
background-color: #AD754B;
}
.BgClassName
{
background-color: #AD754B;
}
</style>
border-color css
<style>
span { border-color: #AD754B; }
span { border-color: rgb(173,117,75); }
td.TdClassName
{
border-color: #AD754B;
}
.TagClassName
{
border-color: #AD754B;
}
</style>