Html Css Color HEX #A1771F Hacienda

📋 copy color: '#A1771F'

red 161 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #A1771F

Tints of Hacienda #A1771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.97%

R = 51.77%
G = 38.26%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1771F (or 0xA1771F) is known color: Hacienda. HEX triplet: A1, 77 and 1F. RGB value is (161,119,31). Sum of RGB (Red+Green+Blue) = 161+119+31=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1771F is #5E88E0. Grayscale: #797979. Windows color (decimal): -6195425 or 2062241. OLE color: 2062241.

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

Color convert

RGB 161 119 31 -
CMYK 0 0.26 0.81 0.37
HSL 40.62º 0.68% 0.38% -
HSV(B) 40.62º 0.81% 0.63% -
XYZ 21.54 20.87 4.19 -
YUV 121.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 161 119 31 0 0.26 0.81 0.37 40.62 0.68 0.38
Hex A1 77 1F 0 1A 51 25 29 44 26
Octal 241 167 37 0 32 121 45 51 104 46
Binary 10100001 1110111 11111 0 11010 1010001 100101 101001 1000100 100110

Color Harmonies of #A1771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1771F

Black with #A1771F

Text Example


Text Example

White with #A1771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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