Shades of Hacienda #9A820F
Tints of Hacienda #9A820F
RGB
CMYK
RGB Variations
Color information
#9A820F (or 0x9A820F) is known color: Hacienda. HEX triplet: 9A, 82 and 0F. RGB value is (154,130,15). Sum of RGB (Red+Green+Blue) = 154+130+15=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A820F is #657DF0. Grayscale: #7C7C7C. Windows color (decimal): -6651377 or 1016474. OLE color: 1016474.
HSL color Cylindrical-coordinate representation of color #9A820F: hue angle of 49.64º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A820F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 15 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.40 |
| HSL | 49.64º | 0.82% | 0.33% | - |
| HSV(B) | 49.64º | 0.9% | 0.6% | - |
| XYZ | 21.4 | 22.87 | 3.74 | - |
| YUV | 124.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 15 | 0 | 0.16 | 0.90 | 0.40 | 49.64 | 0.82 | 0.33 |
| Hex | 9A | 82 | F | 0 | 10 | 5A | 28 | 32 | 52 | 21 |
| Octal | 232 | 202 | 17 | 0 | 20 | 132 | 50 | 62 | 122 | 41 |
| Binary | 10011010 | 10000010 | 1111 | 0 | 10000 | 1011010 | 101000 | 110010 | 1010010 | 100001 |
Color Harmonies of #9A820F
Complementary color
Monochromatic Colors of #9A820F
Black with #9A820F
Text Example
Text Example
White with #9A820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A820F; }
p { color: rgb(154,130,15); }
H1.HeaderClassName
{
color: #9A820F;
}
.AnyTagClassName
{
color: #9A820F;
}
</style>
background-color css
<style>
a { background-color: #9A820F; }
a { background-color: rgb(154,130,15); }
div.DivClassName
{
background-color: #9A820F;
}
.BgClassName
{
background-color: #9A820F;
}
</style>
border-color css
<style>
span { border-color: #9A820F; }
span { border-color: rgb(154,130,15); }
td.TdClassName
{
border-color: #9A820F;
}
.TagClassName
{
border-color: #9A820F;
}
</style>