#a2771c

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

Shades of Hacienda #A2771C

Tints of Hacienda #A2771C

Color information

#A2771C (or 0xA2771C) is unknown color: approx Hacienda. HEX triplet: A2, 77 and 1C. RGB value is (162,119,28). Sum of RGB (Red+Green+Blue) = 162+119+28=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2771C is #5D88E3. Grayscale: #797979. Windows color (decimal): -6129892 or 1865634. OLE color: 1865634.

HSL color Cylindrical-coordinate representation of color #A2771C: hue angle of 40.75º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2771C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16211928-
CMYK00.270.830.36
HSL40.75º70.53%37.25%-
HSV(B)40.75º82.72%63.53%-
XYZ21.7120.964-
YUV121.4875.25156.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=52.43%
G=38.51%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621192800.270.830.3640.7570.5337.25
HexA2771C01B5324294725
Octal24216734033123445110745
Binary1010001011101111110001101110100111001001010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2771c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2771c; }

 p { color: rgb(162,119,28); }

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

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

 a { background-color: rgb(162,119,28); }

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

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

 span { border-color: rgb(162,119,28); }

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