Shades of Bourbon #AF673A
Tints of Bourbon #AF673A
RGB
CMYK
RGB Variations
Color information
#AF673A (or 0xAF673A) is known color: Bourbon. HEX triplet: AF, 67 and 3A. RGB value is (175,103,58). Sum of RGB (Red+Green+Blue) = 175+103+58=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673A is #5098C5. Grayscale: #777777. Windows color (decimal): -5281990 or 3827631. OLE color: 3827631.
HSL color Cylindrical-coordinate representation of color #AF673A: hue angle of 23.08º 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 #AF673A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 58 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.31 |
| HSL | 23.08º | 0.5% | 0.46% | - |
| HSV(B) | 23.08º | 0.67% | 0.69% | - |
| XYZ | 23.29 | 19.12 | 6.47 | - |
| YUV | 119.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 58 | 0 | 0.41 | 0.67 | 0.31 | 23.08 | 0.5 | 0.46 |
| Hex | AF | 67 | 3A | 0 | 29 | 43 | 1F | 17 | 32 | 2E |
| Octal | 257 | 147 | 72 | 0 | 51 | 103 | 37 | 27 | 62 | 56 |
| Binary | 10101111 | 1100111 | 111010 | 0 | 101001 | 1000011 | 11111 | 10111 | 110010 | 101110 |
Color Harmonies of #AF673A
Complementary color
Monochromatic Colors of #AF673A
Black with #AF673A
Text Example
Text Example
White with #AF673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF673A; }
p { color: rgb(175,103,58); }
H1.HeaderClassName
{
color: #AF673A;
}
.AnyTagClassName
{
color: #AF673A;
}
</style>
background-color css
<style>
a { background-color: #AF673A; }
a { background-color: rgb(175,103,58); }
div.DivClassName
{
background-color: #AF673A;
}
.BgClassName
{
background-color: #AF673A;
}
</style>
border-color css
<style>
span { border-color: #AF673A; }
span { border-color: rgb(175,103,58); }
td.TdClassName
{
border-color: #AF673A;
}
.TagClassName
{
border-color: #AF673A;
}
</style>