Shades of Hacienda #AF801E
Tints of Hacienda #AF801E
RGB
CMYK
RGB Variations
Color information
#AF801E (or 0xAF801E) is known color: Hacienda. HEX triplet: AF, 80 and 1E. RGB value is (175,128,30). Sum of RGB (Red+Green+Blue) = 175+128+30=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF801E is #507FE1. Grayscale: #838383. Windows color (decimal): -5275618 or 1999023. OLE color: 1999023.
HSL color Cylindrical-coordinate representation of color #AF801E: hue angle of 40.55º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF801E is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 30 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.31 |
| HSL | 40.55º | 0.71% | 0.4% | - |
| HSV(B) | 40.55º | 0.83% | 0.69% | - |
| XYZ | 25.63 | 24.65 | 4.63 | - |
| YUV | 130.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 30 | 0 | 0.27 | 0.83 | 0.31 | 40.55 | 0.71 | 0.4 |
| Hex | AF | 80 | 1E | 0 | 1B | 53 | 1F | 29 | 47 | 28 |
| Octal | 257 | 200 | 36 | 0 | 33 | 123 | 37 | 51 | 107 | 50 |
| Binary | 10101111 | 10000000 | 11110 | 0 | 11011 | 1010011 | 11111 | 101001 | 1000111 | 101000 |
Color Harmonies of #AF801E
Complementary color
Monochromatic Colors of #AF801E
Black with #AF801E
Text Example
Text Example
White with #AF801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF801E; }
p { color: rgb(175,128,30); }
H1.HeaderClassName
{
color: #AF801E;
}
.AnyTagClassName
{
color: #AF801E;
}
</style>
background-color css
<style>
a { background-color: #AF801E; }
a { background-color: rgb(175,128,30); }
div.DivClassName
{
background-color: #AF801E;
}
.BgClassName
{
background-color: #AF801E;
}
</style>
border-color css
<style>
span { border-color: #AF801E; }
span { border-color: rgb(175,128,30); }
td.TdClassName
{
border-color: #AF801E;
}
.TagClassName
{
border-color: #AF801E;
}
</style>