#A5841F

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

Shades of Hacienda #A5841F

Tints of Hacienda #A5841F

Color information

#A5841F (or 0xA5841F) is unknown color: approx Hacienda. HEX triplet: A5, 84 and 1F. RGB value is (165,132,31). Sum of RGB (Red+Green+Blue) = 165+132+31=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5841F is #5A7BE0. Grayscale: #828282. Windows color (decimal): -5929953 or 2065573. OLE color: 2065573.

HSL color Cylindrical-coordinate representation of color #A5841F: hue angle of 45.22º 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 #A5841F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16513231-
CMYK00.200.810.35
HSL45.22º68.37%38.43%-
HSV(B)45.22º81.21%64.71%-
XYZ24.0224.64.78-
YUV130.3571.93152.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=50.30%
G=40.24%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651323100.200.810.3545.2268.3738.43
HexA5841F01451232d4426
Octal24520437024121435510446
Binary10100101100001001111101010010100011000111011011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5841F; }

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

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

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

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

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

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

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

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