Html Css Color HEX #A3771F Hacienda

📋 copy color: '#A3771F'

red 163 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #A3771F

Tints of Hacienda #A3771F

RGB

 RED value IS 163 (64.06% from 255) = 52.08%

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

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

R = 52.08%
G = 38.02%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3771F (or 0xA3771F) is known color: Hacienda. HEX triplet: A3, 77 and 1F. RGB value is (163,119,31). Sum of RGB (Red+Green+Blue) = 163+119+31=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3771F is #5C88E0. Grayscale: #7A7A7A. Windows color (decimal): -6064353 or 2062243. OLE color: 2062243.

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

Color convert

RGB 163 119 31 -
CMYK 0 0.27 0.81 0.36
HSL 40º 0.68% 0.38% -
HSV(B) 40º 0.81% 0.64% -
XYZ 21.95 21.08 4.21 -
YUV 122.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 163 119 31 0 0.27 0.81 0.36 40 0.68 0.38
Hex A3 77 1F 0 1B 51 24 28 44 26
Octal 243 167 37 0 33 121 44 50 104 46
Binary 10100011 1110111 11111 0 11011 1010001 100100 101000 1000100 100110

Color Harmonies of #A3771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3771F

Black with #A3771F

Text Example


Text Example

White with #A3771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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