Shades of Bourbon #AF764B
Tints of Bourbon #AF764B
RGB
CMYK
RGB Variations
Color information
#AF764B (or 0xAF764B) is known color: Bourbon. HEX triplet: AF, 76 and 4B. RGB value is (175,118,75). Sum of RGB (Red+Green+Blue) = 175+118+75=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF764B is #5089B4. Grayscale: #828282. Windows color (decimal): -5278133 or 4945583. OLE color: 4945583.
HSL color Cylindrical-coordinate representation of color #AF764B: hue angle of 25.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF764B is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 75 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.31 |
| HSL | 25.8º | 0.4% | 0.49% | - |
| HSV(B) | 25.8º | 0.57% | 0.69% | - |
| XYZ | 25.43 | 22.58 | 9.67 | - |
| YUV | 130.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 75 | 0 | 0.33 | 0.57 | 0.31 | 25.8 | 0.4 | 0.49 |
| Hex | AF | 76 | 4B | 0 | 21 | 39 | 1F | 1A | 28 | 31 |
| Octal | 257 | 166 | 113 | 0 | 41 | 71 | 37 | 32 | 50 | 61 |
| Binary | 10101111 | 1110110 | 1001011 | 0 | 100001 | 111001 | 11111 | 11010 | 101000 | 110001 |
Color Harmonies of #AF764B
Complementary color
Monochromatic Colors of #AF764B
Black with #AF764B
Text Example
Text Example
White with #AF764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF764B; }
p { color: rgb(175,118,75); }
H1.HeaderClassName
{
color: #AF764B;
}
.AnyTagClassName
{
color: #AF764B;
}
</style>
background-color css
<style>
a { background-color: #AF764B; }
a { background-color: rgb(175,118,75); }
div.DivClassName
{
background-color: #AF764B;
}
.BgClassName
{
background-color: #AF764B;
}
</style>
border-color css
<style>
span { border-color: #AF764B; }
span { border-color: rgb(175,118,75); }
td.TdClassName
{
border-color: #AF764B;
}
.TagClassName
{
border-color: #AF764B;
}
</style>