#A2862A

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

Shades of Hacienda #A2862A

Tints of Hacienda #A2862A

Color information

#A2862A (or 0xA2862A) is unknown color: approx Hacienda. HEX triplet: A2, 86 and 2A. RGB value is (162,134,42). Sum of RGB (Red+Green+Blue) = 162+134+42=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2862A is #5D79D5. Grayscale: #848484. Windows color (decimal): -6126038 or 2786978. OLE color: 2786978.

HSL color Cylindrical-coordinate representation of color #A2862A: hue angle of 46º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2862A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16213442-
CMYK00.170.740.36
HSL46º58.82%40%-
HSV(B)46º74.07%63.53%-
XYZ23.8424.95.74-
YUV131.8877.28149.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 42 (16.80% from 255) = 12.43%
R=47.93%
G=39.64%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621344200.170.740.364658.8240
HexA2862A0114A242e3b28
Octal2422065202111244567350
Binary10100010100001101010100100011001010100100101110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2862A; }

 p { color: rgb(162,134,42); }

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

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

 a { background-color: rgb(162,134,42); }

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

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

 span { border-color: rgb(162,134,42); }

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