#A37616

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

Shades of Hacienda #A37616

Tints of Hacienda #A37616

Color information

#A37616 (or 0xA37616) is unknown color: approx Hacienda. HEX triplet: A3, 76 and 16. RGB value is (163,118,22). Sum of RGB (Red+Green+Blue) = 163+118+22=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A37616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37616 is #5C89E9. Grayscale: #787878. Windows color (decimal): -6064618 or 1472163. OLE color: 1472163.

HSL color Cylindrical-coordinate representation of color #A37616: hue angle of 40.85º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A37616 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16311822-
CMYK00.280.870.36
HSL40.85º76.22%36.27%-
HSV(B)40.85º86.5%63.92%-
XYZ21.7320.83.63-
YUV120.5172.41158.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=53.80%
G=38.94%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631182200.280.870.3640.8576.2236.27
HexA3761601C5724294c24
Octal24316626034127445111444
Binary1010001111101101011001110010101111001001010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37616; }

 p { color: rgb(163,118,22); }

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

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

 a { background-color: rgb(163,118,22); }

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

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

 span { border-color: rgb(163,118,22); }

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