Shades of Bourbon #AF7A44
Tints of Bourbon #AF7A44
RGB
CMYK
RGB Variations
Color information
#AF7A44 (or 0xAF7A44) is known color: Bourbon. HEX triplet: AF, 7A and 44. RGB value is (175,122,68). Sum of RGB (Red+Green+Blue) = 175+122+68=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A44 is #5085BB. Grayscale: #838383. Windows color (decimal): -5277116 or 4487855. OLE color: 4487855.
HSL color Cylindrical-coordinate representation of color #AF7A44: hue angle of 30.28º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF7A44 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 68 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.31 |
| HSL | 30.28º | 0.44% | 0.48% | - |
| HSV(B) | 30.28º | 0.61% | 0.69% | - |
| XYZ | 25.68 | 23.45 | 8.64 | - |
| YUV | 131.69 | 92.06 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 68 | 0 | 0.30 | 0.61 | 0.31 | 30.28 | 0.44 | 0.48 |
| Hex | AF | 7A | 44 | 0 | 1E | 3D | 1F | 1E | 2C | 30 |
| Octal | 257 | 172 | 104 | 0 | 36 | 75 | 37 | 36 | 54 | 60 |
| Binary | 10101111 | 1111010 | 1000100 | 0 | 11110 | 111101 | 11111 | 11110 | 101100 | 110000 |
Color Harmonies of #AF7A44
Complementary color
Monochromatic Colors of #AF7A44
Black with #AF7A44
Text Example
Text Example
White with #AF7A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A44; }
p { color: rgb(175,122,68); }
H1.HeaderClassName
{
color: #AF7A44;
}
.AnyTagClassName
{
color: #AF7A44;
}
</style>
background-color css
<style>
a { background-color: #AF7A44; }
a { background-color: rgb(175,122,68); }
div.DivClassName
{
background-color: #AF7A44;
}
.BgClassName
{
background-color: #AF7A44;
}
</style>
border-color css
<style>
span { border-color: #AF7A44; }
span { border-color: rgb(175,122,68); }
td.TdClassName
{
border-color: #AF7A44;
}
.TagClassName
{
border-color: #AF7A44;
}
</style>