Shades of Bourbon #AF774B
Tints of Bourbon #AF774B
RGB
CMYK
RGB Variations
Color information
#AF774B (or 0xAF774B) is known color: Bourbon. HEX triplet: AF, 77 and 4B. RGB value is (175,119,75). Sum of RGB (Red+Green+Blue) = 175+119+75=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF774B is #5088B4. Grayscale: #828282. Windows color (decimal): -5277877 or 4945839. OLE color: 4945839.
HSL color Cylindrical-coordinate representation of color #AF774B: hue angle of 26.4º 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 #AF774B is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 75 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.31 |
| HSL | 26.4º | 0.4% | 0.49% | - |
| HSV(B) | 26.4º | 0.57% | 0.69% | - |
| XYZ | 25.55 | 22.82 | 9.71 | - |
| YUV | 130.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 75 | 0 | 0.32 | 0.57 | 0.31 | 26.4 | 0.4 | 0.49 |
| Hex | AF | 77 | 4B | 0 | 20 | 39 | 1F | 1A | 28 | 31 |
| Octal | 257 | 167 | 113 | 0 | 40 | 71 | 37 | 32 | 50 | 61 |
| Binary | 10101111 | 1110111 | 1001011 | 0 | 100000 | 111001 | 11111 | 11010 | 101000 | 110001 |
Color Harmonies of #AF774B
Complementary color
Monochromatic Colors of #AF774B
Black with #AF774B
Text Example
Text Example
White with #AF774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF774B; }
p { color: rgb(175,119,75); }
H1.HeaderClassName
{
color: #AF774B;
}
.AnyTagClassName
{
color: #AF774B;
}
</style>
background-color css
<style>
a { background-color: #AF774B; }
a { background-color: rgb(175,119,75); }
div.DivClassName
{
background-color: #AF774B;
}
.BgClassName
{
background-color: #AF774B;
}
</style>
border-color css
<style>
span { border-color: #AF774B; }
span { border-color: rgb(175,119,75); }
td.TdClassName
{
border-color: #AF774B;
}
.TagClassName
{
border-color: #AF774B;
}
</style>