#A2781E

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

Shades of Hacienda #A2781E

Tints of Hacienda #A2781E

Color information

#A2781E (or 0xA2781E) is unknown color: approx Hacienda. HEX triplet: A2, 78 and 1E. RGB value is (162,120,30). Sum of RGB (Red+Green+Blue) = 162+120+30=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2781E is #5D87E1. Grayscale: #7A7A7A. Windows color (decimal): -6129634 or 1996962. OLE color: 1996962.

HSL color Cylindrical-coordinate representation of color #A2781E: hue angle of 40.91º 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 #A2781E is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16212030-
CMYK00.260.810.36
HSL40.91º68.75%37.65%-
HSV(B)40.91º81.48%63.53%-
XYZ21.8521.214.17-
YUV122.375.91156.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 30 (12.11% from 255) = 9.62%
R=51.92%
G=38.46%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621203000.260.810.3640.9168.7537.65
HexA2781E01A5124294526
Octal24217036032121445110546
Binary1010001011110001111001101010100011001001010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2781E; }

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

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

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

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

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

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

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

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