Html Css Color HEX #A1761F Hacienda

📋 copy color: '#A1761F'

red 161 ◦ green 118 ◦ blue 31

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

Shades of Hacienda #A1761F

Tints of Hacienda #A1761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 51.94%
G = 38.06%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1761F (or 0xA1761F) is known color: Hacienda. HEX triplet: A1, 76 and 1F. RGB value is (161,118,31). Sum of RGB (Red+Green+Blue) = 161+118+31=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1761F is #5E89E0. Grayscale: #797979. Windows color (decimal): -6195681 or 2061985. OLE color: 2061985.

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

Color convert

RGB 161 118 31 -
CMYK 0 0.27 0.81 0.37
HSL 40.15º 0.68% 0.38% -
HSV(B) 40.15º 0.81% 0.63% -
XYZ 21.42 20.63 4.15 -
YUV 120.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 161 118 31 0 0.27 0.81 0.37 40.15 0.68 0.38
Hex A1 76 1F 0 1B 51 25 28 44 26
Octal 241 166 37 0 33 121 45 50 104 46
Binary 10100001 1110110 11111 0 11011 1010001 100101 101000 1000100 100110

Color Harmonies of #A1761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1761F

Black with #A1761F

Text Example


Text Example

White with #A1761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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