#A3791C

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

Shades of Hacienda #A3791C

Tints of Hacienda #A3791C

Color information

#A3791C (or 0xA3791C) is unknown color: approx Hacienda. HEX triplet: A3, 79 and 1C. RGB value is (163,121,28). Sum of RGB (Red+Green+Blue) = 163+121+28=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3791C is #5C86E3. Grayscale: #7B7B7B. Windows color (decimal): -6063844 or 1866147. OLE color: 1866147.

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

Color convert

RGB16312128-
CMYK00.260.830.36
HSL41.33º70.68%37.45%-
HSV(B)41.33º82.82%63.92%-
XYZ22.1521.554.09-
YUV122.9674.41156.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 28 (11.33% from 255) = 8.97%
R=52.24%
G=38.78%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631212800.260.830.3641.3370.6837.45
HexA3791C01A5324294725
Octal24317134032123445110745
Binary1010001111110011110001101010100111001001010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3791C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3791C; }

 p { color: rgb(163,121,28); }

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

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

 a { background-color: rgb(163,121,28); }

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

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

 span { border-color: rgb(163,121,28); }

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