#A37C27

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

Shades of Hacienda #A37C27

Tints of Hacienda #A37C27

Color information

#A37C27 (or 0xA37C27) is unknown color: approx Hacienda. HEX triplet: A3, 7C and 27. RGB value is (163,124,39). Sum of RGB (Red+Green+Blue) = 163+124+39=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C27 is #5C83D8. Grayscale: #7E7E7E. Windows color (decimal): -6063065 or 2587811. OLE color: 2587811.

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

Color convert

RGB16312439-
CMYK00.240.760.36
HSL41.13º61.39%39.61%-
HSV(B)41.13º76.07%63.92%-
XYZ22.6822.355.04-
YUV125.9778.92154.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=50%
G=38.04%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631243900.240.760.3641.1361.3939.61
HexA37C270184C24293d28
Octal2431744703011444517550
Binary1010001111111001001110110001001100100100101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C27; }

 p { color: rgb(163,124,39); }

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

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

 a { background-color: rgb(163,124,39); }

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

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

 span { border-color: rgb(163,124,39); }

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