Html Css Color HEX #A1771D Hacienda

📋 copy color: '#A1771D'

red 161 ◦ green 119 ◦ blue 29

#A1771D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A1771D

Tints of Hacienda #A1771D

RGB

 RED value IS 161 (63.28% from 255) = 52.1%

 GREEN value IS 119 (46.88% from 255) = 38.51%

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 52.1%
G = 38.51%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1771D (or 0xA1771D) is known color: Hacienda. HEX triplet: A1, 77 and 1D. RGB value is (161,119,29). Sum of RGB (Red+Green+Blue) = 161+119+29=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1771D is #5E88E2. Grayscale: #797979. Windows color (decimal): -6195427 or 1931169. OLE color: 1931169.

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

Color convert

RGB 161 119 29 -
CMYK 0 0.26 0.82 0.37
HSL 40.91º 0.69% 0.37% -
HSV(B) 40.91º 0.82% 0.63% -
XYZ 21.52 20.86 4.05 -
YUV 121.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 161 119 29 0 0.26 0.82 0.37 40.91 0.69 0.37
Hex A1 77 1D 0 1A 52 25 29 45 25
Octal 241 167 35 0 32 122 45 51 105 45
Binary 10100001 1110111 11101 0 11010 1010010 100101 101001 1000101 100101

Color Harmonies of #A1771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1771D

Black with #A1771D

Text Example


Text Example

White with #A1771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1771D; }

 p { color: rgb(161,119,29); }

 H1.HeaderClassName
 {
   color: #A1771D;
 }
 .AnyTagClassName
 {
   color: #A1771D;
 }
</style>

background-color css

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

 a { background-color: rgb(161,119,29); }

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

border-color css

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

 span { border-color: rgb(161,119,29); }

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