#A37E26

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

Shades of Hacienda #A37E26

Tints of Hacienda #A37E26

Color information

#A37E26 (or 0xA37E26) is unknown color: approx Hacienda. HEX triplet: A3, 7E and 26. RGB value is (163,126,38). Sum of RGB (Red+Green+Blue) = 163+126+38=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E26 is #5C81D9. Grayscale: #7F7F7F. Windows color (decimal): -6062554 or 2522787. OLE color: 2522787.

HSL color Cylindrical-coordinate representation of color #A37E26: hue angle of 42.24º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A37E26 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16312638-
CMYK00.230.770.36
HSL42.24º62.19%39.41%-
HSV(B)42.24º76.69%63.92%-
XYZ22.9122.855.04-
YUV127.0377.76153.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=49.85%
G=38.53%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631263800.230.770.3642.2462.1939.41
HexA37E260174D242a3e27
Octal2431764602711544527647
Binary1010001111111101001100101111001101100100101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E26; }

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

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

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

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

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

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

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

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