Shades of Bourbon #AA724A
Tints of Bourbon #AA724A
RGB
CMYK
RGB Variations
Color information
#AA724A (or 0xAA724A) is known color: Bourbon. HEX triplet: AA, 72 and 4A. RGB value is (170,114,74). Sum of RGB (Red+Green+Blue) = 170+114+74=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA724A is #558DB5. Grayscale: #7E7E7E. Windows color (decimal): -5606838 or 4879018. OLE color: 4879018.
HSL color Cylindrical-coordinate representation of color #AA724A: hue angle of 25º 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 #AA724A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 74 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.33 |
| HSL | 25º | 0.39% | 0.48% | - |
| HSV(B) | 25º | 0.56% | 0.67% | - |
| XYZ | 23.83 | 21.08 | 9.29 | - |
| YUV | 126.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 74 | 0 | 0.33 | 0.56 | 0.33 | 25 | 0.39 | 0.48 |
| Hex | AA | 72 | 4A | 0 | 21 | 38 | 21 | 19 | 27 | 30 |
| Octal | 252 | 162 | 112 | 0 | 41 | 70 | 41 | 31 | 47 | 60 |
| Binary | 10101010 | 1110010 | 1001010 | 0 | 100001 | 111000 | 100001 | 11001 | 100111 | 110000 |
Color Harmonies of #AA724A
Complementary color
Monochromatic Colors of #AA724A
Black with #AA724A
Text Example
Text Example
White with #AA724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA724A; }
p { color: rgb(170,114,74); }
H1.HeaderClassName
{
color: #AA724A;
}
.AnyTagClassName
{
color: #AA724A;
}
</style>
background-color css
<style>
a { background-color: #AA724A; }
a { background-color: rgb(170,114,74); }
div.DivClassName
{
background-color: #AA724A;
}
.BgClassName
{
background-color: #AA724A;
}
</style>
border-color css
<style>
span { border-color: #AA724A; }
span { border-color: rgb(170,114,74); }
td.TdClassName
{
border-color: #AA724A;
}
.TagClassName
{
border-color: #AA724A;
}
</style>