#A3832E

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

Shades of Hacienda #A3832E

Tints of Hacienda #A3832E

Color information

#A3832E (or 0xA3832E) is unknown color: approx Hacienda. HEX triplet: A3, 83 and 2E. RGB value is (163,131,46). Sum of RGB (Red+Green+Blue) = 163+131+46=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3832E is #5C7CD1. Grayscale: #838383. Windows color (decimal): -6061266 or 3048355. OLE color: 3048355.

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

Color convert

RGB16313146-
CMYK00.200.720.36
HSL43.59º55.98%40.98%-
HSV(B)43.59º71.78%63.92%-
XYZ23.7124.226.01-
YUV130.8880.1150.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 46 (18.36% from 255) = 13.53%
R=47.94%
G=38.53%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631314600.200.720.3643.5955.9840.98
HexA3832E01448242c3829
Octal2432035602411044547051
Binary10100011100000111011100101001001000100100101100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3832E; }

 p { color: rgb(163,131,46); }

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

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

 a { background-color: rgb(163,131,46); }

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

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

 span { border-color: rgb(163,131,46); }

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