Shades of Bourbon #AF643A
Tints of Bourbon #AF643A
RGB
CMYK
RGB Variations
Color information
#AF643A (or 0xAF643A) is known color: Bourbon. HEX triplet: AF, 64 and 3A. RGB value is (175,100,58). Sum of RGB (Red+Green+Blue) = 175+100+58=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643A is #509BC5. Grayscale: #757575. Windows color (decimal): -5282758 or 3826863. OLE color: 3826863.
HSL color Cylindrical-coordinate representation of color #AF643A: hue angle of 21.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF643A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 58 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.31 |
| HSL | 21.54º | 0.5% | 0.46% | - |
| HSV(B) | 21.54º | 0.67% | 0.69% | - |
| XYZ | 23 | 18.53 | 6.37 | - |
| YUV | 117.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 58 | 0 | 0.43 | 0.67 | 0.31 | 21.54 | 0.5 | 0.46 |
| Hex | AF | 64 | 3A | 0 | 2B | 43 | 1F | 16 | 32 | 2E |
| Octal | 257 | 144 | 72 | 0 | 53 | 103 | 37 | 26 | 62 | 56 |
| Binary | 10101111 | 1100100 | 111010 | 0 | 101011 | 1000011 | 11111 | 10110 | 110010 | 101110 |
Color Harmonies of #AF643A
Complementary color
Monochromatic Colors of #AF643A
Black with #AF643A
Text Example
Text Example
White with #AF643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF643A; }
p { color: rgb(175,100,58); }
H1.HeaderClassName
{
color: #AF643A;
}
.AnyTagClassName
{
color: #AF643A;
}
</style>
background-color css
<style>
a { background-color: #AF643A; }
a { background-color: rgb(175,100,58); }
div.DivClassName
{
background-color: #AF643A;
}
.BgClassName
{
background-color: #AF643A;
}
</style>
border-color css
<style>
span { border-color: #AF643A; }
span { border-color: rgb(175,100,58); }
td.TdClassName
{
border-color: #AF643A;
}
.TagClassName
{
border-color: #AF643A;
}
</style>