Shades of Bourbon #AE724A
Tints of Bourbon #AE724A
RGB
CMYK
RGB Variations
Color information
#AE724A (or 0xAE724A) is known color: Bourbon. HEX triplet: AE, 72 and 4A. RGB value is (174,114,74). Sum of RGB (Red+Green+Blue) = 174+114+74=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE724A is #518DB5. Grayscale: #7F7F7F. Windows color (decimal): -5344694 or 4879022. OLE color: 4879022.
HSL color Cylindrical-coordinate representation of color #AE724A: hue angle of 24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE724A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 74 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.32 |
| HSL | 24º | 0.4% | 0.49% | - |
| HSV(B) | 24º | 0.57% | 0.68% | - |
| XYZ | 24.71 | 21.53 | 9.33 | - |
| YUV | 127.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 74 | 0 | 0.34 | 0.57 | 0.32 | 24 | 0.4 | 0.49 |
| Hex | AE | 72 | 4A | 0 | 22 | 39 | 20 | 18 | 28 | 31 |
| Octal | 256 | 162 | 112 | 0 | 42 | 71 | 40 | 30 | 50 | 61 |
| Binary | 10101110 | 1110010 | 1001010 | 0 | 100010 | 111001 | 100000 | 11000 | 101000 | 110001 |
Color Harmonies of #AE724A
Complementary color
Monochromatic Colors of #AE724A
Black with #AE724A
Text Example
Text Example
White with #AE724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE724A; }
p { color: rgb(174,114,74); }
H1.HeaderClassName
{
color: #AE724A;
}
.AnyTagClassName
{
color: #AE724A;
}
</style>
background-color css
<style>
a { background-color: #AE724A; }
a { background-color: rgb(174,114,74); }
div.DivClassName
{
background-color: #AE724A;
}
.BgClassName
{
background-color: #AE724A;
}
</style>
border-color css
<style>
span { border-color: #AE724A; }
span { border-color: rgb(174,114,74); }
td.TdClassName
{
border-color: #AE724A;
}
.TagClassName
{
border-color: #AE724A;
}
</style>