#9a7f11

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

Shades of Hacienda #9A7F11

Tints of Hacienda #9A7F11

Color information

#9A7F11 (or 0x9A7F11) is unknown color: approx Hacienda. HEX triplet: 9A, 7F and 11. RGB value is (154,127,17). Sum of RGB (Red+Green+Blue) = 154+127+17=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7F11 is #6580EE. Grayscale: #7B7B7B. Windows color (decimal): -6652143 or 1146778. OLE color: 1146778.

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

Color convert

RGB15412717-
CMYK00.180.890.40
HSL48.18º80.12%33.53%-
HSV(B)48.18º88.96%60.39%-
XYZ21.0222.093.69-
YUV122.5368.45150.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.68%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=51.68%
G=42.62%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541271700.180.890.4048.1880.1233.53
Hex9A7F110125928305022
Octal23217721022131506012042
Binary1001101011111111000101001010110011010001100001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a7f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,17); }

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

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

 a { background-color: rgb(154,127,17); }

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

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

 span { border-color: rgb(154,127,17); }

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