#A3861A

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

Shades of Hacienda #A3861A

Tints of Hacienda #A3861A

Color information

#A3861A (or 0xA3861A) is unknown color: approx Hacienda. HEX triplet: A3, 86 and 1A. RGB value is (163,134,26). Sum of RGB (Red+Green+Blue) = 163+134+26=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3861A is #5C79E5. Grayscale: #828282. Windows color (decimal): -6060518 or 1738403. OLE color: 1738403.

HSL color Cylindrical-coordinate representation of color #A3861A: hue angle of 47.3º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3861A is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16313426-
CMYK00.180.840.36
HSL47.3º72.49%37.06%-
HSV(B)47.3º84.05%63.92%-
XYZ23.8224.914.53-
YUV130.3669.11151.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 26 (10.55% from 255) = 8.05%
R=50.46%
G=41.49%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631342600.180.840.3647.372.4937.06
HexA3861A01254242f4825
Octal24320632022124445711045
Binary10100011100001101101001001010101001001001011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3861A; }

 p { color: rgb(163,134,26); }

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

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

 a { background-color: rgb(163,134,26); }

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

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

 span { border-color: rgb(163,134,26); }

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