Shades of Bourbon #AA683A
Tints of Bourbon #AA683A
RGB
CMYK
RGB Variations
Color information
#AA683A (or 0xAA683A) is known color: Bourbon. HEX triplet: AA, 68 and 3A. RGB value is (170,104,58). Sum of RGB (Red+Green+Blue) = 170+104+58=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA683A is #5597C5. Grayscale: #767676. Windows color (decimal): -5609414 or 3827882. OLE color: 3827882.
HSL color Cylindrical-coordinate representation of color #AA683A: hue angle of 24.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA683A is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 58 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.33 |
| HSL | 24.64º | 0.49% | 0.45% | - |
| HSV(B) | 24.64º | 0.66% | 0.67% | - |
| XYZ | 22.29 | 18.75 | 6.45 | - |
| YUV | 118.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 58 | 0 | 0.39 | 0.66 | 0.33 | 24.64 | 0.49 | 0.45 |
| Hex | AA | 68 | 3A | 0 | 27 | 42 | 21 | 19 | 31 | 2D |
| Octal | 252 | 150 | 72 | 0 | 47 | 102 | 41 | 31 | 61 | 55 |
| Binary | 10101010 | 1101000 | 111010 | 0 | 100111 | 1000010 | 100001 | 11001 | 110001 | 101101 |
Color Harmonies of #AA683A
Complementary color
Monochromatic Colors of #AA683A
Black with #AA683A
Text Example
Text Example
White with #AA683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA683A; }
p { color: rgb(170,104,58); }
H1.HeaderClassName
{
color: #AA683A;
}
.AnyTagClassName
{
color: #AA683A;
}
</style>
background-color css
<style>
a { background-color: #AA683A; }
a { background-color: rgb(170,104,58); }
div.DivClassName
{
background-color: #AA683A;
}
.BgClassName
{
background-color: #AA683A;
}
</style>
border-color css
<style>
span { border-color: #AA683A; }
span { border-color: rgb(170,104,58); }
td.TdClassName
{
border-color: #AA683A;
}
.TagClassName
{
border-color: #AA683A;
}
</style>