Shades of Bourbon #AF784A
Tints of Bourbon #AF784A
RGB
CMYK
RGB Variations
Color information
#AF784A (or 0xAF784A) is known color: Bourbon. HEX triplet: AF, 78 and 4A. RGB value is (175,120,74). Sum of RGB (Red+Green+Blue) = 175+120+74=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF784A is #5087B5. Grayscale: #838383. Windows color (decimal): -5277622 or 4880559. OLE color: 4880559.
HSL color Cylindrical-coordinate representation of color #AF784A: hue angle of 27.33º 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 #AF784A is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 74 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.31 |
| HSL | 27.33º | 0.41% | 0.49% | - |
| HSV(B) | 27.33º | 0.58% | 0.69% | - |
| XYZ | 25.63 | 23.04 | 9.58 | - |
| YUV | 131.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 74 | 0 | 0.31 | 0.58 | 0.31 | 27.33 | 0.41 | 0.49 |
| Hex | AF | 78 | 4A | 0 | 1F | 3A | 1F | 1B | 29 | 31 |
| Octal | 257 | 170 | 112 | 0 | 37 | 72 | 37 | 33 | 51 | 61 |
| Binary | 10101111 | 1111000 | 1001010 | 0 | 11111 | 111010 | 11111 | 11011 | 101001 | 110001 |
Color Harmonies of #AF784A
Complementary color
Monochromatic Colors of #AF784A
Black with #AF784A
Text Example
Text Example
White with #AF784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF784A; }
p { color: rgb(175,120,74); }
H1.HeaderClassName
{
color: #AF784A;
}
.AnyTagClassName
{
color: #AF784A;
}
</style>
background-color css
<style>
a { background-color: #AF784A; }
a { background-color: rgb(175,120,74); }
div.DivClassName
{
background-color: #AF784A;
}
.BgClassName
{
background-color: #AF784A;
}
</style>
border-color css
<style>
span { border-color: #AF784A; }
span { border-color: rgb(175,120,74); }
td.TdClassName
{
border-color: #AF784A;
}
.TagClassName
{
border-color: #AF784A;
}
</style>