Shades of Bourbon #AF764A
Tints of Bourbon #AF764A
RGB
CMYK
RGB Variations
Color information
#AF764A (or 0xAF764A) is known color: Bourbon. HEX triplet: AF, 76 and 4A. RGB value is (175,118,74). Sum of RGB (Red+Green+Blue) = 175+118+74=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF764A is #5089B5. Grayscale: #828282. Windows color (decimal): -5278134 or 4880047. OLE color: 4880047.
HSL color Cylindrical-coordinate representation of color #AF764A: hue angle of 26.14º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF764A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 74 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.31 |
| HSL | 26.14º | 0.41% | 0.49% | - |
| HSV(B) | 26.14º | 0.58% | 0.69% | - |
| XYZ | 25.39 | 22.57 | 9.5 | - |
| YUV | 130.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 74 | 0 | 0.33 | 0.58 | 0.31 | 26.14 | 0.41 | 0.49 |
| Hex | AF | 76 | 4A | 0 | 21 | 3A | 1F | 1A | 29 | 31 |
| Octal | 257 | 166 | 112 | 0 | 41 | 72 | 37 | 32 | 51 | 61 |
| Binary | 10101111 | 1110110 | 1001010 | 0 | 100001 | 111010 | 11111 | 11010 | 101001 | 110001 |
Color Harmonies of #AF764A
Complementary color
Monochromatic Colors of #AF764A
Black with #AF764A
Text Example
Text Example
White with #AF764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF764A; }
p { color: rgb(175,118,74); }
H1.HeaderClassName
{
color: #AF764A;
}
.AnyTagClassName
{
color: #AF764A;
}
</style>
background-color css
<style>
a { background-color: #AF764A; }
a { background-color: rgb(175,118,74); }
div.DivClassName
{
background-color: #AF764A;
}
.BgClassName
{
background-color: #AF764A;
}
</style>
border-color css
<style>
span { border-color: #AF764A; }
span { border-color: rgb(175,118,74); }
td.TdClassName
{
border-color: #AF764A;
}
.TagClassName
{
border-color: #AF764A;
}
</style>