Shades of Bourbon #AA754B
Tints of Bourbon #AA754B
RGB
CMYK
RGB Variations
Color information
#AA754B (or 0xAA754B) is known color: Bourbon. HEX triplet: AA, 75 and 4B. RGB value is (170,117,75). Sum of RGB (Red+Green+Blue) = 170+117+75=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA754B is #558AB4. Grayscale: #808080. Windows color (decimal): -5606069 or 4945322. OLE color: 4945322.
HSL color Cylindrical-coordinate representation of color #AA754B: hue angle of 26.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA754B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 75 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.33 |
| HSL | 26.53º | 0.39% | 0.48% | - |
| HSV(B) | 26.53º | 0.56% | 0.67% | - |
| XYZ | 24.21 | 21.78 | 9.58 | - |
| YUV | 128.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 75 | 0 | 0.31 | 0.56 | 0.33 | 26.53 | 0.39 | 0.48 |
| Hex | AA | 75 | 4B | 0 | 1F | 38 | 21 | 1B | 27 | 30 |
| Octal | 252 | 165 | 113 | 0 | 37 | 70 | 41 | 33 | 47 | 60 |
| Binary | 10101010 | 1110101 | 1001011 | 0 | 11111 | 111000 | 100001 | 11011 | 100111 | 110000 |
Color Harmonies of #AA754B
Complementary color
Monochromatic Colors of #AA754B
Black with #AA754B
Text Example
Text Example
White with #AA754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA754B; }
p { color: rgb(170,117,75); }
H1.HeaderClassName
{
color: #AA754B;
}
.AnyTagClassName
{
color: #AA754B;
}
</style>
background-color css
<style>
a { background-color: #AA754B; }
a { background-color: rgb(170,117,75); }
div.DivClassName
{
background-color: #AA754B;
}
.BgClassName
{
background-color: #AA754B;
}
</style>
border-color css
<style>
span { border-color: #AA754B; }
span { border-color: rgb(170,117,75); }
td.TdClassName
{
border-color: #AA754B;
}
.TagClassName
{
border-color: #AA754B;
}
</style>