#A5861E

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

Shades of Hacienda #A5861E

Tints of Hacienda #A5861E

Color information

#A5861E (or 0xA5861E) is unknown color: approx Hacienda. HEX triplet: A5, 86 and 1E. RGB value is (165,134,30). Sum of RGB (Red+Green+Blue) = 165+134+30=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5861E is #5A79E1. Grayscale: #838383. Windows color (decimal): -5929442 or 2000549. OLE color: 2000549.

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

Color convert

RGB16513430-
CMYK00.190.820.35
HSL46.22º69.23%38.24%-
HSV(B)46.22º81.82%64.71%-
XYZ24.2825.144.8-
YUV131.4170.77151.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=50.15%
G=40.73%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651343000.190.820.3546.2269.2338.24
HexA5861E01352232e4526
Octal24520636023122435610546
Binary10100101100001101111001001110100101000111011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5861E; }

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

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

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

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

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

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

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

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