#A2862D

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

Shades of Hacienda #A2862D

Tints of Hacienda #A2862D

Color information

#A2862D (or 0xA2862D) is unknown color: approx Hacienda. HEX triplet: A2, 86 and 2D. RGB value is (162,134,45). Sum of RGB (Red+Green+Blue) = 162+134+45=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2862D is #5D79D2. Grayscale: #848484. Windows color (decimal): -6126035 or 2983586. OLE color: 2983586.

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

Color convert

RGB16213445-
CMYK00.170.720.36
HSL45.64º56.52%40.59%-
HSV(B)45.64º72.22%63.53%-
XYZ23.924.926.03-
YUV132.2378.78149.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=47.51%
G=39.30%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621344500.170.720.3645.6456.5240.59
HexA2862D01148242e3929
Octal2422065502111044567151
Binary10100010100001101011010100011001000100100101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2862D; }

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

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

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

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

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

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

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

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