#9A8309

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

Shades of Hacienda #9A8309

Tints of Hacienda #9A8309

Color information

#9A8309 (or 0x9A8309) is unknown color: approx Hacienda. HEX triplet: 9A, 83 and 09. RGB value is (154,131,9). Sum of RGB (Red+Green+Blue) = 154+131+9=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8309 is #657CF6. Grayscale: #7C7C7C. Windows color (decimal): -6651127 or 623514. OLE color: 623514.

HSL color Cylindrical-coordinate representation of color #9A8309: hue angle of 50.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A8309 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB1541319-
CMYK00.150.940.40
HSL50.48º88.96%31.96%-
HSV(B)50.48º94.16%60.39%-
XYZ21.4923.123.59-
YUV123.9763.12149.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.38%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 9 (3.91% from 255) = 3.06%
R=52.38%
G=44.56%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154131900.150.940.4050.4888.9631.96
Hex9A8390F5E28325920
Octal23220311017136506213140
Binary100110101000001110010111110111101010001100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,131,9); }

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

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

 a { background-color: rgb(154,131,9); }

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

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

 span { border-color: rgb(154,131,9); }

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