#A37E27

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

Shades of Hacienda #A37E27

Tints of Hacienda #A37E27

Color information

#A37E27 (or 0xA37E27) is unknown color: approx Hacienda. HEX triplet: A3, 7E and 27. RGB value is (163,126,39). Sum of RGB (Red+Green+Blue) = 163+126+39=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E27 is #5C81D8. Grayscale: #7F7F7F. Windows color (decimal): -6062553 or 2588323. OLE color: 2588323.

HSL color Cylindrical-coordinate representation of color #A37E27: hue angle of 42.1º 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 #A37E27 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16312639-
CMYK00.230.760.36
HSL42.1º61.39%39.61%-
HSV(B)42.1º76.07%63.92%-
XYZ22.9322.855.12-
YUV127.1478.26153.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 39 (15.62% from 255) = 11.89%
R=49.70%
G=38.41%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631263900.230.760.3642.161.3939.61
HexA37E270174C242a3d28
Octal2431764702711444527550
Binary1010001111111101001110101111001100100100101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E27; }

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

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

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

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

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

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

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

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