Html Css Color HEX #A3771D Hacienda

📋 copy color: '#A3771D'

red 163 ◦ green 119 ◦ blue 29

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

Shades of Hacienda #A3771D

Tints of Hacienda #A3771D

RGB

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

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

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

R = 52.41%
G = 38.26%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3771D (or 0xA3771D) is known color: Hacienda. HEX triplet: A3, 77 and 1D. RGB value is (163,119,29). Sum of RGB (Red+Green+Blue) = 163+119+29=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3771D is #5C88E2. Grayscale: #7A7A7A. Windows color (decimal): -6064355 or 1931171. OLE color: 1931171.

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

Color convert

RGB 163 119 29 -
CMYK 0 0.27 0.82 0.36
HSL 40.3º 0.7% 0.38% -
HSV(B) 40.3º 0.82% 0.64% -
XYZ 21.92 21.07 4.07 -
YUV 121.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 163 119 29 0 0.27 0.82 0.36 40.3 0.7 0.38
Hex A3 77 1D 0 1B 52 24 28 46 26
Octal 243 167 35 0 33 122 44 50 106 46
Binary 10100011 1110111 11101 0 11011 1010010 100100 101000 1000110 100110

Color Harmonies of #A3771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3771D

Black with #A3771D

Text Example


Text Example

White with #A3771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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