Shades of Bourbon #AA663B
Tints of Bourbon #AA663B
RGB
CMYK
RGB Variations
Color information
#AA663B (or 0xAA663B) is known color: Bourbon. HEX triplet: AA, 66 and 3B. RGB value is (170,102,59). Sum of RGB (Red+Green+Blue) = 170+102+59=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663B is #5599C4. Grayscale: #757575. Windows color (decimal): -5609925 or 3892906. OLE color: 3892906.
HSL color Cylindrical-coordinate representation of color #AA663B: hue angle of 23.24º 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 #AA663B is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 59 | - |
| CMYK | 0 | 0.4 | 0.65 | 0.33 |
| HSL | 23.24º | 0.48% | 0.45% | - |
| HSV(B) | 23.24º | 0.65% | 0.67% | - |
| XYZ | 22.12 | 18.36 | 6.52 | - |
| YUV | 117.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 59 | 0 | 0.4 | 0.65 | 0.33 | 23.24 | 0.48 | 0.45 |
| Hex | AA | 66 | 3B | 0 | 28 | 41 | 21 | 17 | 30 | 2D |
| Octal | 252 | 146 | 73 | 0 | 50 | 101 | 41 | 27 | 60 | 55 |
| Binary | 10101010 | 1100110 | 111011 | 0 | 101000 | 1000001 | 100001 | 10111 | 110000 | 101101 |
Color Harmonies of #AA663B
Complementary color
Monochromatic Colors of #AA663B
Black with #AA663B
Text Example
Text Example
White with #AA663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA663B; }
p { color: rgb(170,102,59); }
H1.HeaderClassName
{
color: #AA663B;
}
.AnyTagClassName
{
color: #AA663B;
}
</style>
background-color css
<style>
a { background-color: #AA663B; }
a { background-color: rgb(170,102,59); }
div.DivClassName
{
background-color: #AA663B;
}
.BgClassName
{
background-color: #AA663B;
}
</style>
border-color css
<style>
span { border-color: #AA663B; }
span { border-color: rgb(170,102,59); }
td.TdClassName
{
border-color: #AA663B;
}
.TagClassName
{
border-color: #AA663B;
}
</style>