Shades of Hacienda #AF801C
Tints of Hacienda #AF801C
RGB
CMYK
RGB Variations
Color information
#AF801C (or 0xAF801C) is known color: Hacienda. HEX triplet: AF, 80 and 1C. RGB value is (175,128,28). Sum of RGB (Red+Green+Blue) = 175+128+28=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF801C is #507FE3. Grayscale: #838383. Windows color (decimal): -5275620 or 1867951. OLE color: 1867951.
HSL color Cylindrical-coordinate representation of color #AF801C: hue angle of 40.82º 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 #AF801C is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 28 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.31 |
| HSL | 40.82º | 0.72% | 0.4% | - |
| HSV(B) | 40.82º | 0.84% | 0.69% | - |
| XYZ | 25.61 | 24.64 | 4.5 | - |
| YUV | 130.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 28 | 0 | 0.27 | 0.84 | 0.31 | 40.82 | 0.72 | 0.4 |
| Hex | AF | 80 | 1C | 0 | 1B | 54 | 1F | 29 | 48 | 28 |
| Octal | 257 | 200 | 34 | 0 | 33 | 124 | 37 | 51 | 110 | 50 |
| Binary | 10101111 | 10000000 | 11100 | 0 | 11011 | 1010100 | 11111 | 101001 | 1001000 | 101000 |
Color Harmonies of #AF801C
Complementary color
Monochromatic Colors of #AF801C
Black with #AF801C
Text Example
Text Example
White with #AF801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF801C; }
p { color: rgb(175,128,28); }
H1.HeaderClassName
{
color: #AF801C;
}
.AnyTagClassName
{
color: #AF801C;
}
</style>
background-color css
<style>
a { background-color: #AF801C; }
a { background-color: rgb(175,128,28); }
div.DivClassName
{
background-color: #AF801C;
}
.BgClassName
{
background-color: #AF801C;
}
</style>
border-color css
<style>
span { border-color: #AF801C; }
span { border-color: rgb(175,128,28); }
td.TdClassName
{
border-color: #AF801C;
}
.TagClassName
{
border-color: #AF801C;
}
</style>