Shades of Bourbon #AF663D
Tints of Bourbon #AF663D
RGB
CMYK
RGB Variations
Color information
#AF663D (or 0xAF663D) is known color: Bourbon. HEX triplet: AF, 66 and 3D. RGB value is (175,102,61). Sum of RGB (Red+Green+Blue) = 175+102+61=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF663D is #5099C2. Grayscale: #777777. Windows color (decimal): -5282243 or 4023983. OLE color: 4023983.
HSL color Cylindrical-coordinate representation of color #AF663D: hue angle of 21.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF663D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 61 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.31 |
| HSL | 21.58º | 0.48% | 0.46% | - |
| HSV(B) | 21.58º | 0.65% | 0.69% | - |
| XYZ | 23.27 | 18.95 | 6.85 | - |
| YUV | 119.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 61 | 0 | 0.42 | 0.65 | 0.31 | 21.58 | 0.48 | 0.46 |
| Hex | AF | 66 | 3D | 0 | 2A | 41 | 1F | 16 | 30 | 2E |
| Octal | 257 | 146 | 75 | 0 | 52 | 101 | 37 | 26 | 60 | 56 |
| Binary | 10101111 | 1100110 | 111101 | 0 | 101010 | 1000001 | 11111 | 10110 | 110000 | 101110 |
Color Harmonies of #AF663D
Complementary color
Monochromatic Colors of #AF663D
Black with #AF663D
Text Example
Text Example
White with #AF663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF663D; }
p { color: rgb(175,102,61); }
H1.HeaderClassName
{
color: #AF663D;
}
.AnyTagClassName
{
color: #AF663D;
}
</style>
background-color css
<style>
a { background-color: #AF663D; }
a { background-color: rgb(175,102,61); }
div.DivClassName
{
background-color: #AF663D;
}
.BgClassName
{
background-color: #AF663D;
}
</style>
border-color css
<style>
span { border-color: #AF663D; }
span { border-color: rgb(175,102,61); }
td.TdClassName
{
border-color: #AF663D;
}
.TagClassName
{
border-color: #AF663D;
}
</style>