Shades of Bourbon #AF744A
Tints of Bourbon #AF744A
RGB
CMYK
RGB Variations
Color information
#AF744A (or 0xAF744A) is known color: Bourbon. HEX triplet: AF, 74 and 4A. RGB value is (175,116,74). Sum of RGB (Red+Green+Blue) = 175+116+74=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF744A is #508BB5. Grayscale: #818181. Windows color (decimal): -5278646 or 4879535. OLE color: 4879535.
HSL color Cylindrical-coordinate representation of color #AF744A: hue angle of 24.95º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF744A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 74 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.31 |
| HSL | 24.95º | 0.41% | 0.49% | - |
| HSV(B) | 24.95º | 0.58% | 0.69% | - |
| XYZ | 25.16 | 22.1 | 9.42 | - |
| YUV | 128.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 74 | 0 | 0.34 | 0.58 | 0.31 | 24.95 | 0.41 | 0.49 |
| Hex | AF | 74 | 4A | 0 | 22 | 3A | 1F | 19 | 29 | 31 |
| Octal | 257 | 164 | 112 | 0 | 42 | 72 | 37 | 31 | 51 | 61 |
| Binary | 10101111 | 1110100 | 1001010 | 0 | 100010 | 111010 | 11111 | 11001 | 101001 | 110001 |
Color Harmonies of #AF744A
Complementary color
Monochromatic Colors of #AF744A
Black with #AF744A
Text Example
Text Example
White with #AF744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF744A; }
p { color: rgb(175,116,74); }
H1.HeaderClassName
{
color: #AF744A;
}
.AnyTagClassName
{
color: #AF744A;
}
</style>
background-color css
<style>
a { background-color: #AF744A; }
a { background-color: rgb(175,116,74); }
div.DivClassName
{
background-color: #AF744A;
}
.BgClassName
{
background-color: #AF744A;
}
</style>
border-color css
<style>
span { border-color: #AF744A; }
span { border-color: rgb(175,116,74); }
td.TdClassName
{
border-color: #AF744A;
}
.TagClassName
{
border-color: #AF744A;
}
</style>