#9A7A1F

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

Shades of Hacienda #9A7A1F

Tints of Hacienda #9A7A1F

Color information

#9A7A1F (or 0x9A7A1F) is unknown color: approx Hacienda. HEX triplet: 9A, 7A and 1F. RGB value is (154,122,31). Sum of RGB (Red+Green+Blue) = 154+122+31=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7A1F is #6585E0. Grayscale: #797979. Windows color (decimal): -6653409 or 2063002. OLE color: 2063002.

HSL color Cylindrical-coordinate representation of color #9A7A1F: hue angle of 44.39º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A7A1F is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB15412231-
CMYK00.210.800.40
HSL44.39º66.49%36.27%-
HSV(B)44.39º79.87%60.39%-
XYZ20.5320.894.25-
YUV121.1977.1151.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.16%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 31 (12.5% from 255) = 10.10%
R=50.16%
G=39.74%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541223100.210.800.4044.3966.4936.27
Hex9A7A1F01550282c4224
Octal23217237025120505410244
Binary1001101011110101111101010110100001010001011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,122,31); }

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

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

 a { background-color: rgb(154,122,31); }

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

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

 span { border-color: rgb(154,122,31); }

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