#A1761A

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

Shades of Hacienda #A1761A

Tints of Hacienda #A1761A

Color information

#A1761A (or 0xA1761A) is unknown color: approx Hacienda. HEX triplet: A1, 76 and 1A. RGB value is (161,118,26). Sum of RGB (Red+Green+Blue) = 161+118+26=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1761A is #5E89E5. Grayscale: #787878. Windows color (decimal): -6195686 or 1734305. OLE color: 1734305.

HSL color Cylindrical-coordinate representation of color #A1761A: hue angle of 40.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1761A is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB16111826-
CMYK00.270.840.37
HSL40.89º72.19%36.67%-
HSV(B)40.89º83.85%63.14%-
XYZ21.3620.613.83-
YUV120.3774.75156.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=52.79%
G=38.69%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611182600.270.840.3740.8972.1936.67
HexA1761A01B5425294825
Octal24116632033124455111045
Binary1010000111101101101001101110101001001011010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1761A; }

 p { color: rgb(161,118,26); }

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

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

 a { background-color: rgb(161,118,26); }

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

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

 span { border-color: rgb(161,118,26); }

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