Shades of Hacienda #AE821B
Tints of Hacienda #AE821B
RGB
CMYK
RGB Variations
Color information
#AE821B (or 0xAE821B) is known color: Hacienda. HEX triplet: AE, 82 and 1B. RGB value is (174,130,27). Sum of RGB (Red+Green+Blue) = 174+130+27=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE821B is #517DE4. Grayscale: #838383. Windows color (decimal): -5340645 or 1802926. OLE color: 1802926.
HSL color Cylindrical-coordinate representation of color #AE821B: hue angle of 42.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE821B is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 27 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.32 |
| HSL | 42.04º | 0.73% | 0.39% | - |
| HSV(B) | 42.04º | 0.84% | 0.68% | - |
| XYZ | 25.64 | 25.04 | 4.52 | - |
| YUV | 131.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 27 | 0 | 0.25 | 0.84 | 0.32 | 42.04 | 0.73 | 0.39 |
| Hex | AE | 82 | 1B | 0 | 19 | 54 | 20 | 2A | 49 | 27 |
| Octal | 256 | 202 | 33 | 0 | 31 | 124 | 40 | 52 | 111 | 47 |
| Binary | 10101110 | 10000010 | 11011 | 0 | 11001 | 1010100 | 100000 | 101010 | 1001001 | 100111 |
Color Harmonies of #AE821B
Complementary color
Monochromatic Colors of #AE821B
Black with #AE821B
Text Example
Text Example
White with #AE821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE821B; }
p { color: rgb(174,130,27); }
H1.HeaderClassName
{
color: #AE821B;
}
.AnyTagClassName
{
color: #AE821B;
}
</style>
background-color css
<style>
a { background-color: #AE821B; }
a { background-color: rgb(174,130,27); }
div.DivClassName
{
background-color: #AE821B;
}
.BgClassName
{
background-color: #AE821B;
}
</style>
border-color css
<style>
span { border-color: #AE821B; }
span { border-color: rgb(174,130,27); }
td.TdClassName
{
border-color: #AE821B;
}
.TagClassName
{
border-color: #AE821B;
}
</style>