Shades of Bourbon #AF6436
Tints of Bourbon #AF6436
RGB
CMYK
RGB Variations
Color information
#AF6436 (or 0xAF6436) is known color: Bourbon. HEX triplet: AF, 64 and 36. RGB value is (175,100,54). Sum of RGB (Red+Green+Blue) = 175+100+54=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6436 is #509BC9. Grayscale: #757575. Windows color (decimal): -5282762 or 3564719. OLE color: 3564719.
HSL color Cylindrical-coordinate representation of color #AF6436: hue angle of 22.81º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF6436 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 54 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.31 |
| HSL | 22.81º | 0.53% | 0.45% | - |
| HSV(B) | 22.81º | 0.69% | 0.69% | - |
| XYZ | 22.9 | 18.49 | 5.85 | - |
| YUV | 117.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 54 | 0 | 0.43 | 0.69 | 0.31 | 22.81 | 0.53 | 0.45 |
| Hex | AF | 64 | 36 | 0 | 2B | 45 | 1F | 17 | 35 | 2D |
| Octal | 257 | 144 | 66 | 0 | 53 | 105 | 37 | 27 | 65 | 55 |
| Binary | 10101111 | 1100100 | 110110 | 0 | 101011 | 1000101 | 11111 | 10111 | 110101 | 101101 |
Color Harmonies of #AF6436
Complementary color
Monochromatic Colors of #AF6436
Black with #AF6436
Text Example
Text Example
White with #AF6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6436; }
p { color: rgb(175,100,54); }
H1.HeaderClassName
{
color: #AF6436;
}
.AnyTagClassName
{
color: #AF6436;
}
</style>
background-color css
<style>
a { background-color: #AF6436; }
a { background-color: rgb(175,100,54); }
div.DivClassName
{
background-color: #AF6436;
}
.BgClassName
{
background-color: #AF6436;
}
</style>
border-color css
<style>
span { border-color: #AF6436; }
span { border-color: rgb(175,100,54); }
td.TdClassName
{
border-color: #AF6436;
}
.TagClassName
{
border-color: #AF6436;
}
</style>