Shades of Hacienda #A5800F
Tints of Hacienda #A5800F
RGB
CMYK
RGB Variations
Color information
#A5800F (or 0xA5800F) is known color: Hacienda. HEX triplet: A5, 80 and 0F. RGB value is (165,128,15). Sum of RGB (Red+Green+Blue) = 165+128+15=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5800F is #5A7FF0. Grayscale: #7E7E7E. Windows color (decimal): -5930993 or 1015973. OLE color: 1015973.
HSL color Cylindrical-coordinate representation of color #A5800F: hue angle of 45.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5800F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 15 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.35 |
| HSL | 45.2º | 0.83% | 0.35% | - |
| HSV(B) | 45.2º | 0.91% | 0.65% | - |
| XYZ | 23.32 | 23.47 | 3.75 | - |
| YUV | 126.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 15 | 0 | 0.22 | 0.91 | 0.35 | 45.2 | 0.83 | 0.35 |
| Hex | A5 | 80 | F | 0 | 16 | 5B | 23 | 2D | 53 | 23 |
| Octal | 245 | 200 | 17 | 0 | 26 | 133 | 43 | 55 | 123 | 43 |
| Binary | 10100101 | 10000000 | 1111 | 0 | 10110 | 1011011 | 100011 | 101101 | 1010011 | 100011 |
Color Harmonies of #A5800F
Complementary color
Monochromatic Colors of #A5800F
Black with #A5800F
Text Example
Text Example
White with #A5800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5800F; }
p { color: rgb(165,128,15); }
H1.HeaderClassName
{
color: #A5800F;
}
.AnyTagClassName
{
color: #A5800F;
}
</style>
background-color css
<style>
a { background-color: #A5800F; }
a { background-color: rgb(165,128,15); }
div.DivClassName
{
background-color: #A5800F;
}
.BgClassName
{
background-color: #A5800F;
}
</style>
border-color css
<style>
span { border-color: #A5800F; }
span { border-color: rgb(165,128,15); }
td.TdClassName
{
border-color: #A5800F;
}
.TagClassName
{
border-color: #A5800F;
}
</style>