#A2841E

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

Shades of Hacienda #A2841E

Tints of Hacienda #A2841E

Color information

#A2841E (or 0xA2841E) is unknown color: approx Hacienda. HEX triplet: A2, 84 and 1E. RGB value is (162,132,30). Sum of RGB (Red+Green+Blue) = 162+132+30=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2841E is #5D7BE1. Grayscale: #818181. Windows color (decimal): -6126562 or 2000034. OLE color: 2000034.

HSL color Cylindrical-coordinate representation of color #A2841E: hue angle of 46.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2841E is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16213230-
CMYK00.190.810.36
HSL46.36º68.75%37.65%-
HSV(B)46.36º81.48%63.53%-
XYZ23.3924.284.68-
YUV129.3471.94151.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=50%
G=40.74%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621323000.190.810.3646.3668.7537.65
HexA2841E01351242e4526
Octal24220436023121445610546
Binary10100010100001001111001001110100011001001011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2841E; }

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

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

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

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

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

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

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

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