#A3842C

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

Shades of Hacienda #A3842C

Tints of Hacienda #A3842C

Color information

#A3842C (or 0xA3842C) is unknown color: approx Hacienda. HEX triplet: A3, 84 and 2C. RGB value is (163,132,44). Sum of RGB (Red+Green+Blue) = 163+132+44=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3842C is #5C7BD3. Grayscale: #838383. Windows color (decimal): -6061012 or 2917539. OLE color: 2917539.

HSL color Cylindrical-coordinate representation of color #A3842C: hue angle of 44.37º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3842C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16313244-
CMYK00.190.730.36
HSL44.37º57.49%40.59%-
HSV(B)44.37º73.01%63.92%-
XYZ23.8124.475.85-
YUV131.2478.77150.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 44 (17.58% from 255) = 12.98%
R=48.08%
G=38.94%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631324400.190.730.3644.3757.4940.59
HexA3842C01349242c3929
Octal2432045402311144547151
Binary10100011100001001011000100111001001100100101100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3842C; }

 p { color: rgb(163,132,44); }

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

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

 a { background-color: rgb(163,132,44); }

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

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

 span { border-color: rgb(163,132,44); }

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