Shades of Bourbon #AF6438
Tints of Bourbon #AF6438
RGB
CMYK
RGB Variations
Color information
#AF6438 (or 0xAF6438) is known color: Bourbon. HEX triplet: AF, 64 and 38. RGB value is (175,100,56). Sum of RGB (Red+Green+Blue) = 175+100+56=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6438 is #509BC7. Grayscale: #757575. Windows color (decimal): -5282760 or 3695791. OLE color: 3695791.
HSL color Cylindrical-coordinate representation of color #AF6438: hue angle of 22.18º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF6438 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 56 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.31 |
| HSL | 22.18º | 0.52% | 0.45% | - |
| HSV(B) | 22.18º | 0.68% | 0.69% | - |
| XYZ | 22.95 | 18.51 | 6.11 | - |
| YUV | 117.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 56 | 0 | 0.43 | 0.68 | 0.31 | 22.18 | 0.52 | 0.45 |
| Hex | AF | 64 | 38 | 0 | 2B | 44 | 1F | 16 | 34 | 2D |
| Octal | 257 | 144 | 70 | 0 | 53 | 104 | 37 | 26 | 64 | 55 |
| Binary | 10101111 | 1100100 | 111000 | 0 | 101011 | 1000100 | 11111 | 10110 | 110100 | 101101 |
Color Harmonies of #AF6438
Complementary color
Monochromatic Colors of #AF6438
Black with #AF6438
Text Example
Text Example
White with #AF6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6438; }
p { color: rgb(175,100,56); }
H1.HeaderClassName
{
color: #AF6438;
}
.AnyTagClassName
{
color: #AF6438;
}
</style>
background-color css
<style>
a { background-color: #AF6438; }
a { background-color: rgb(175,100,56); }
div.DivClassName
{
background-color: #AF6438;
}
.BgClassName
{
background-color: #AF6438;
}
</style>
border-color css
<style>
span { border-color: #AF6438; }
span { border-color: rgb(175,100,56); }
td.TdClassName
{
border-color: #AF6438;
}
.TagClassName
{
border-color: #AF6438;
}
</style>