#A5821E

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

Shades of Hacienda #A5821E

Tints of Hacienda #A5821E

Color information

#A5821E (or 0xA5821E) is unknown color: approx Hacienda. HEX triplet: A5, 82 and 1E. RGB value is (165,130,30). Sum of RGB (Red+Green+Blue) = 165+130+30=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5821E is #5A7DE1. Grayscale: #818181. Windows color (decimal): -5930466 or 1999525. OLE color: 1999525.

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

Color convert

RGB16513030-
CMYK00.210.820.35
HSL44.44º69.23%38.24%-
HSV(B)44.44º81.82%64.71%-
XYZ23.7324.064.62-
YUV129.0672.1153.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=50.77%
G=40%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651303000.210.820.3544.4469.2338.24
HexA5821E01552232c4526
Octal24520236025122435410546
Binary10100101100000101111001010110100101000111011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5821E; }

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

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

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

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

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

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

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

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