#A3781E

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

Shades of Hacienda #A3781E

Tints of Hacienda #A3781E

Color information

#A3781E (or 0xA3781E) is unknown color: approx Hacienda. HEX triplet: A3, 78 and 1E. RGB value is (163,120,30). Sum of RGB (Red+Green+Blue) = 163+120+30=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3781E is #5C87E1. Grayscale: #7A7A7A. Windows color (decimal): -6064098 or 1996963. OLE color: 1996963.

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

Color convert

RGB16312030-
CMYK00.260.820.36
HSL40.6º68.91%37.84%-
HSV(B)40.6º81.6%63.92%-
XYZ22.0621.314.18-
YUV122.675.75156.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 30 (12.11% from 255) = 9.58%
R=52.08%
G=38.34%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631203000.260.820.3640.668.9137.84
HexA3781E01A5224294526
Octal24317036032122445110546
Binary1010001111110001111001101010100101001001010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3781E; }

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

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

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

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

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

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

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

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