Shades of Bourbon #AF764C
Tints of Bourbon #AF764C
RGB
CMYK
RGB Variations
Color information
#AF764C (or 0xAF764C) is known color: Bourbon. HEX triplet: AF, 76 and 4C. RGB value is (175,118,76). Sum of RGB (Red+Green+Blue) = 175+118+76=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF764C is #5089B3. Grayscale: #828282. Windows color (decimal): -5278132 or 5011119. OLE color: 5011119.
HSL color Cylindrical-coordinate representation of color #AF764C: hue angle of 25.45º degrees, saturation: 0.39, 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 #AF764C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 76 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.31 |
| HSL | 25.45º | 0.39% | 0.49% | - |
| HSV(B) | 25.45º | 0.57% | 0.69% | - |
| XYZ | 25.46 | 22.59 | 9.86 | - |
| YUV | 130.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 76 | 0 | 0.33 | 0.57 | 0.31 | 25.45 | 0.39 | 0.49 |
| Hex | AF | 76 | 4C | 0 | 21 | 39 | 1F | 19 | 27 | 31 |
| Octal | 257 | 166 | 114 | 0 | 41 | 71 | 37 | 31 | 47 | 61 |
| Binary | 10101111 | 1110110 | 1001100 | 0 | 100001 | 111001 | 11111 | 11001 | 100111 | 110001 |
Color Harmonies of #AF764C
Complementary color
Monochromatic Colors of #AF764C
Black with #AF764C
Text Example
Text Example
White with #AF764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF764C; }
p { color: rgb(175,118,76); }
H1.HeaderClassName
{
color: #AF764C;
}
.AnyTagClassName
{
color: #AF764C;
}
</style>
background-color css
<style>
a { background-color: #AF764C; }
a { background-color: rgb(175,118,76); }
div.DivClassName
{
background-color: #AF764C;
}
.BgClassName
{
background-color: #AF764C;
}
</style>
border-color css
<style>
span { border-color: #AF764C; }
span { border-color: rgb(175,118,76); }
td.TdClassName
{
border-color: #AF764C;
}
.TagClassName
{
border-color: #AF764C;
}
</style>