Shades of Bourbon #AA673F
Tints of Bourbon #AA673F
RGB
CMYK
RGB Variations
Color information
#AA673F (or 0xAA673F) is known color: Bourbon. HEX triplet: AA, 67 and 3F. RGB value is (170,103,63). Sum of RGB (Red+Green+Blue) = 170+103+63=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA673F is #5598C0. Grayscale: #767676. Windows color (decimal): -5609665 or 4155306. OLE color: 4155306.
HSL color Cylindrical-coordinate representation of color #AA673F: hue angle of 22.43º 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 #AA673F is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 63 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.33 |
| HSL | 22.43º | 0.46% | 0.46% | - |
| HSV(B) | 22.43º | 0.63% | 0.67% | - |
| XYZ | 22.33 | 18.61 | 7.12 | - |
| YUV | 118.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 63 | 0 | 0.39 | 0.63 | 0.33 | 22.43 | 0.46 | 0.46 |
| Hex | AA | 67 | 3F | 0 | 27 | 3F | 21 | 16 | 2E | 2E |
| Octal | 252 | 147 | 77 | 0 | 47 | 77 | 41 | 26 | 56 | 56 |
| Binary | 10101010 | 1100111 | 111111 | 0 | 100111 | 111111 | 100001 | 10110 | 101110 | 101110 |
Color Harmonies of #AA673F
Complementary color
Monochromatic Colors of #AA673F
Black with #AA673F
Text Example
Text Example
White with #AA673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA673F; }
p { color: rgb(170,103,63); }
H1.HeaderClassName
{
color: #AA673F;
}
.AnyTagClassName
{
color: #AA673F;
}
</style>
background-color css
<style>
a { background-color: #AA673F; }
a { background-color: rgb(170,103,63); }
div.DivClassName
{
background-color: #AA673F;
}
.BgClassName
{
background-color: #AA673F;
}
</style>
border-color css
<style>
span { border-color: #AA673F; }
span { border-color: rgb(170,103,63); }
td.TdClassName
{
border-color: #AA673F;
}
.TagClassName
{
border-color: #AA673F;
}
</style>