#A3852B

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

Shades of Hacienda #A3852B

Tints of Hacienda #A3852B

Color information

#A3852B (or 0xA3852B) is unknown color: approx Hacienda. HEX triplet: A3, 85 and 2B. RGB value is (163,133,43). Sum of RGB (Red+Green+Blue) = 163+133+43=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3852B is #5C7AD4. Grayscale: #848484. Windows color (decimal): -6060757 or 2852259. OLE color: 2852259.

HSL color Cylindrical-coordinate representation of color #A3852B: hue angle of 45º degrees, saturation: 0.58, 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 #A3852B is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16313343-
CMYK00.180.740.36
HSL45º58.25%40.39%-
HSV(B)45º73.62%63.92%-
XYZ23.9324.745.8-
YUV131.7177.94150.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=48.08%
G=39.23%
B=12.68%

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
Decimal1631334300.180.740.364558.2540.39
HexA3852B0124A242d3a28
Octal2432055302211244557250
Binary10100011100001011010110100101001010100100101101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3852B; }

 p { color: rgb(163,133,43); }

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

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

 a { background-color: rgb(163,133,43); }

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

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

 span { border-color: rgb(163,133,43); }

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