#A3862A

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

Shades of Hacienda #A3862A

Tints of Hacienda #A3862A

Color information

#A3862A (or 0xA3862A) is unknown color: approx Hacienda. HEX triplet: A3, 86 and 2A. RGB value is (163,134,42). Sum of RGB (Red+Green+Blue) = 163+134+42=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3862A is #5C79D5. Grayscale: #848484. Windows color (decimal): -6060502 or 2786979. OLE color: 2786979.

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

Color convert

RGB16313442-
CMYK00.180.740.36
HSL45.62º59.02%40.2%-
HSV(B)45.62º74.23%63.92%-
XYZ24.05255.75-
YUV132.1877.11149.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=48.08%
G=39.53%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631344200.180.740.3645.6259.0240.2
HexA3862A0124A242e3b28
Octal2432065202211244567350
Binary10100011100001101010100100101001010100100101110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3862A; }

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

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

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

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

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

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

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

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