#a5791f

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

Shades of Hacienda #A5791F

Tints of Hacienda #A5791F

Color information

#A5791F (or 0xA5791F) is unknown color: approx Hacienda. HEX triplet: A5, 79 and 1F. RGB value is (165,121,31). Sum of RGB (Red+Green+Blue) = 165+121+31=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A5791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5791F is #5A86E0. Grayscale: #7C7C7C. Windows color (decimal): -5932769 or 2062757. OLE color: 2062757.

HSL color Cylindrical-coordinate representation of color #A5791F: hue angle of 40.3º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5791F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16512131-
CMYK00.270.810.35
HSL40.3º68.37%38.43%-
HSV(B)40.3º81.21%64.71%-
XYZ22.621.774.31-
YUV123.975.58157.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=52.05%
G=38.17%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651213100.270.810.3540.368.3738.43
HexA5791F01B5123284426
Octal24517137033121435010446
Binary1010010111110011111101101110100011000111010001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5791f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5791f; }

 p { color: rgb(165,121,31); }

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

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

 a { background-color: rgb(165,121,31); }

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

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

 span { border-color: rgb(165,121,31); }

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