Shades of Hacienda #AF811C
Tints of Hacienda #AF811C
RGB
CMYK
RGB Variations
Color information
#AF811C (or 0xAF811C) is known color: Hacienda. HEX triplet: AF, 81 and 1C. RGB value is (175,129,28). Sum of RGB (Red+Green+Blue) = 175+129+28=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF811C is #507EE3. Grayscale: #838383. Windows color (decimal): -5275364 or 1868207. OLE color: 1868207.
HSL color Cylindrical-coordinate representation of color #AF811C: hue angle of 41.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF811C is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 28 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.31 |
| HSL | 41.22º | 0.72% | 0.4% | - |
| HSV(B) | 41.22º | 0.84% | 0.69% | - |
| XYZ | 25.74 | 24.9 | 4.55 | - |
| YUV | 131.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 28 | 0 | 0.26 | 0.84 | 0.31 | 41.22 | 0.72 | 0.4 |
| Hex | AF | 81 | 1C | 0 | 1A | 54 | 1F | 29 | 48 | 28 |
| Octal | 257 | 201 | 34 | 0 | 32 | 124 | 37 | 51 | 110 | 50 |
| Binary | 10101111 | 10000001 | 11100 | 0 | 11010 | 1010100 | 11111 | 101001 | 1001000 | 101000 |
Color Harmonies of #AF811C
Complementary color
Monochromatic Colors of #AF811C
Black with #AF811C
Text Example
Text Example
White with #AF811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF811C; }
p { color: rgb(175,129,28); }
H1.HeaderClassName
{
color: #AF811C;
}
.AnyTagClassName
{
color: #AF811C;
}
</style>
background-color css
<style>
a { background-color: #AF811C; }
a { background-color: rgb(175,129,28); }
div.DivClassName
{
background-color: #AF811C;
}
.BgClassName
{
background-color: #AF811C;
}
</style>
border-color css
<style>
span { border-color: #AF811C; }
span { border-color: rgb(175,129,28); }
td.TdClassName
{
border-color: #AF811C;
}
.TagClassName
{
border-color: #AF811C;
}
</style>