Html Css Color HEX #A1781F Hacienda

📋 copy color: '#A1781F'

red 161 ◦ green 120 ◦ blue 31

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

Shades of Hacienda #A1781F

Tints of Hacienda #A1781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 51.6%
G = 38.46%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1781F (or 0xA1781F) is known color: Hacienda. HEX triplet: A1, 78 and 1F. RGB value is (161,120,31). Sum of RGB (Red+Green+Blue) = 161+120+31=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A1781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1781F is #5E87E0. Grayscale: #7A7A7A. Windows color (decimal): -6195169 or 2062497. OLE color: 2062497.

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

Color convert

RGB 161 120 31 -
CMYK 0 0.25 0.81 0.37
HSL 41.08º 0.68% 0.38% -
HSV(B) 41.08º 0.81% 0.63% -
XYZ 21.66 21.11 4.23 -
YUV 122.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 161 120 31 0 0.25 0.81 0.37 41.08 0.68 0.38
Hex A1 78 1F 0 19 51 25 29 44 26
Octal 241 170 37 0 31 121 45 51 104 46
Binary 10100001 1111000 11111 0 11001 1010001 100101 101001 1000100 100110

Color Harmonies of #A1781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1781F

Black with #A1781F

Text Example


Text Example

White with #A1781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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