Shades of Bourbon #AF6A42
Tints of Bourbon #AF6A42
RGB
CMYK
RGB Variations
Color information
#AF6A42 (or 0xAF6A42) is known color: Bourbon. HEX triplet: AF, 6A and 42. RGB value is (175,106,66). Sum of RGB (Red+Green+Blue) = 175+106+66=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A42 is #5095BD. Grayscale: #7A7A7A. Windows color (decimal): -5281214 or 4352687. OLE color: 4352687.
HSL color Cylindrical-coordinate representation of color #AF6A42: hue angle of 22.02º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF6A42 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 66 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.31 |
| HSL | 22.02º | 0.45% | 0.47% | - |
| HSV(B) | 22.02º | 0.62% | 0.69% | - |
| XYZ | 23.82 | 19.82 | 7.72 | - |
| YUV | 122.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 66 | 0 | 0.39 | 0.62 | 0.31 | 22.02 | 0.45 | 0.47 |
| Hex | AF | 6A | 42 | 0 | 27 | 3E | 1F | 16 | 2D | 2F |
| Octal | 257 | 152 | 102 | 0 | 47 | 76 | 37 | 26 | 55 | 57 |
| Binary | 10101111 | 1101010 | 1000010 | 0 | 100111 | 111110 | 11111 | 10110 | 101101 | 101111 |
Color Harmonies of #AF6A42
Complementary color
Monochromatic Colors of #AF6A42
Black with #AF6A42
Text Example
Text Example
White with #AF6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A42; }
p { color: rgb(175,106,66); }
H1.HeaderClassName
{
color: #AF6A42;
}
.AnyTagClassName
{
color: #AF6A42;
}
</style>
background-color css
<style>
a { background-color: #AF6A42; }
a { background-color: rgb(175,106,66); }
div.DivClassName
{
background-color: #AF6A42;
}
.BgClassName
{
background-color: #AF6A42;
}
</style>
border-color css
<style>
span { border-color: #AF6A42; }
span { border-color: rgb(175,106,66); }
td.TdClassName
{
border-color: #AF6A42;
}
.TagClassName
{
border-color: #AF6A42;
}
</style>