Shades of Bourbon #AA693C
Tints of Bourbon #AA693C
RGB
CMYK
RGB Variations
Color information
#AA693C (or 0xAA693C) is known color: Bourbon. HEX triplet: AA, 69 and 3C. RGB value is (170,105,60). Sum of RGB (Red+Green+Blue) = 170+105+60=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA693C is #5596C3. Grayscale: #777777. Windows color (decimal): -5609156 or 3959210. OLE color: 3959210.
HSL color Cylindrical-coordinate representation of color #AA693C: hue angle of 24.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA693C is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 60 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.33 |
| HSL | 24.55º | 0.48% | 0.45% | - |
| HSV(B) | 24.55º | 0.65% | 0.67% | - |
| XYZ | 22.44 | 18.98 | 6.75 | - |
| YUV | 119.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 60 | 0 | 0.38 | 0.65 | 0.33 | 24.55 | 0.48 | 0.45 |
| Hex | AA | 69 | 3C | 0 | 26 | 41 | 21 | 19 | 30 | 2D |
| Octal | 252 | 151 | 74 | 0 | 46 | 101 | 41 | 31 | 60 | 55 |
| Binary | 10101010 | 1101001 | 111100 | 0 | 100110 | 1000001 | 100001 | 11001 | 110000 | 101101 |
Color Harmonies of #AA693C
Complementary color
Monochromatic Colors of #AA693C
Black with #AA693C
Text Example
Text Example
White with #AA693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA693C; }
p { color: rgb(170,105,60); }
H1.HeaderClassName
{
color: #AA693C;
}
.AnyTagClassName
{
color: #AA693C;
}
</style>
background-color css
<style>
a { background-color: #AA693C; }
a { background-color: rgb(170,105,60); }
div.DivClassName
{
background-color: #AA693C;
}
.BgClassName
{
background-color: #AA693C;
}
</style>
border-color css
<style>
span { border-color: #AA693C; }
span { border-color: rgb(170,105,60); }
td.TdClassName
{
border-color: #AA693C;
}
.TagClassName
{
border-color: #AA693C;
}
</style>