Shades of Bourbon #AF663A
Tints of Bourbon #AF663A
RGB
CMYK
RGB Variations
Color information
#AF663A (or 0xAF663A) is known color: Bourbon. HEX triplet: AF, 66 and 3A. RGB value is (175,102,58). Sum of RGB (Red+Green+Blue) = 175+102+58=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF663A is #5099C5. Grayscale: #777777. Windows color (decimal): -5282246 or 3827375. OLE color: 3827375.
HSL color Cylindrical-coordinate representation of color #AF663A: hue angle of 22.56º 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 #AF663A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 58 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.31 |
| HSL | 22.56º | 0.5% | 0.46% | - |
| HSV(B) | 22.56º | 0.67% | 0.69% | - |
| XYZ | 23.19 | 18.92 | 6.43 | - |
| YUV | 118.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 58 | 0 | 0.42 | 0.67 | 0.31 | 22.56 | 0.5 | 0.46 |
| Hex | AF | 66 | 3A | 0 | 2A | 43 | 1F | 17 | 32 | 2E |
| Octal | 257 | 146 | 72 | 0 | 52 | 103 | 37 | 27 | 62 | 56 |
| Binary | 10101111 | 1100110 | 111010 | 0 | 101010 | 1000011 | 11111 | 10111 | 110010 | 101110 |
Color Harmonies of #AF663A
Complementary color
Monochromatic Colors of #AF663A
Black with #AF663A
Text Example
Text Example
White with #AF663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF663A; }
p { color: rgb(175,102,58); }
H1.HeaderClassName
{
color: #AF663A;
}
.AnyTagClassName
{
color: #AF663A;
}
</style>
background-color css
<style>
a { background-color: #AF663A; }
a { background-color: rgb(175,102,58); }
div.DivClassName
{
background-color: #AF663A;
}
.BgClassName
{
background-color: #AF663A;
}
</style>
border-color css
<style>
span { border-color: #AF663A; }
span { border-color: rgb(175,102,58); }
td.TdClassName
{
border-color: #AF663A;
}
.TagClassName
{
border-color: #AF663A;
}
</style>