#A3771E

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

Shades of Hacienda #A3771E

Tints of Hacienda #A3771E

Color information

#A3771E (or 0xA3771E) is unknown color: approx Hacienda. HEX triplet: A3, 77 and 1E. RGB value is (163,119,30). Sum of RGB (Red+Green+Blue) = 163+119+30=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3771E is #5C88E1. Grayscale: #7A7A7A. Windows color (decimal): -6064354 or 1996707. OLE color: 1996707.

HSL color Cylindrical-coordinate representation of color #A3771E: hue angle of 40.15º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3771E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16311930-
CMYK00.270.820.36
HSL40.15º68.91%37.84%-
HSV(B)40.15º81.6%63.92%-
XYZ21.9421.074.14-
YUV122.0176.08157.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 30 (12.11% from 255) = 9.62%
R=52.24%
G=38.14%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631193000.270.820.3640.1568.9137.84
HexA3771E01B5224284526
Octal24316736033122445010546
Binary1010001111101111111001101110100101001001010001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3771E; }

 p { color: rgb(163,119,30); }

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

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

 a { background-color: rgb(163,119,30); }

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

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

 span { border-color: rgb(163,119,30); }

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