#9F8A12

Color #9F8A12 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9F8A12

Tints of Hacienda #9F8A12

Color information

#9F8A12 (or 0x9F8A12) is unknown color: approx Hacienda. HEX triplet: 9F, 8A and 12. RGB value is (159,138,18). Sum of RGB (Red+Green+Blue) = 159+138+18=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8A12 is #6075ED. Grayscale: #838383. Windows color (decimal): -6321646 or 1215135. OLE color: 1215135.

HSL color Cylindrical-coordinate representation of color #9F8A12: hue angle of 51.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F8A12 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15913818-
CMYK00.130.890.38
HSL51.06º79.66%34.71%-
HSV(B)51.06º88.68%62.35%-
XYZ23.525.594.27-
YUV130.664.46148.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 50.48%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 18 (7.42% from 255) = 5.71%
R=50.48%
G=43.81%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591381800.130.890.3851.0679.6634.71
Hex9F8A120D5926335023
Octal23721222015131466312043
Binary1001111110001010100100110110110011001101100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8A12; }

 p { color: rgb(159,138,18); }

 H1.HeaderClassName
 {
   color: #9F8A12;
 }
 .AnyTagClassName
 {
   color: #9F8A12;
 }
</style>
background-color css

<style>
 a { background-color: #9F8A12; }

 a { background-color: rgb(159,138,18); }

 div.DivClassName
 {
   background-color: #9F8A12;
 }
 .BgClassName
 {
   background-color: #9F8A12;
 }
</style>
border-color css

<style>
 span { border-color: #9F8A12; }

 span { border-color: rgb(159,138,18); }

 td.TdClassName
 {
   border-color: #9F8A12;
 }
 .TagClassName
 {
   border-color: #9F8A12;
 }
</style>