Shades of Bourbon #AA753F
Tints of Bourbon #AA753F
RGB
CMYK
RGB Variations
Color information
#AA753F (or 0xAA753F) is known color: Bourbon. HEX triplet: AA, 75 and 3F. RGB value is (170,117,63). Sum of RGB (Red+Green+Blue) = 170+117+63=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA753F is #558AC0. Grayscale: #7E7E7E. Windows color (decimal): -5606081 or 4158890. OLE color: 4158890.
HSL color Cylindrical-coordinate representation of color #AA753F: hue angle of 30.28º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA753F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 63 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.33 |
| HSL | 30.28º | 0.46% | 0.46% | - |
| HSV(B) | 30.28º | 0.63% | 0.67% | - |
| XYZ | 23.84 | 21.63 | 7.62 | - |
| YUV | 126.69 | 92.06 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 63 | 0 | 0.31 | 0.63 | 0.33 | 30.28 | 0.46 | 0.46 |
| Hex | AA | 75 | 3F | 0 | 1F | 3F | 21 | 1E | 2E | 2E |
| Octal | 252 | 165 | 77 | 0 | 37 | 77 | 41 | 36 | 56 | 56 |
| Binary | 10101010 | 1110101 | 111111 | 0 | 11111 | 111111 | 100001 | 11110 | 101110 | 101110 |
Color Harmonies of #AA753F
Complementary color
Monochromatic Colors of #AA753F
Black with #AA753F
Text Example
Text Example
White with #AA753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA753F; }
p { color: rgb(170,117,63); }
H1.HeaderClassName
{
color: #AA753F;
}
.AnyTagClassName
{
color: #AA753F;
}
</style>
background-color css
<style>
a { background-color: #AA753F; }
a { background-color: rgb(170,117,63); }
div.DivClassName
{
background-color: #AA753F;
}
.BgClassName
{
background-color: #AA753F;
}
</style>
border-color css
<style>
span { border-color: #AA753F; }
span { border-color: rgb(170,117,63); }
td.TdClassName
{
border-color: #AA753F;
}
.TagClassName
{
border-color: #AA753F;
}
</style>