#A5841E

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

Shades of Hacienda #A5841E

Tints of Hacienda #A5841E

Color information

#A5841E (or 0xA5841E) is unknown color: approx Hacienda. HEX triplet: A5, 84 and 1E. RGB value is (165,132,30). Sum of RGB (Red+Green+Blue) = 165+132+30=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5841E is #5A7BE1. Grayscale: #828282. Windows color (decimal): -5929954 or 2000037. OLE color: 2000037.

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

Color convert

RGB16513230-
CMYK00.200.820.35
HSL45.33º69.23%38.24%-
HSV(B)45.33º81.82%64.71%-
XYZ2424.64.71-
YUV130.2471.43152.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=50.46%
G=40.37%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651323000.200.820.3545.3369.2338.24
HexA5841E01452232d4526
Octal24520436024122435510546
Binary10100101100001001111001010010100101000111011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5841E; }

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

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

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

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

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

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

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

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