Html Css Color HEX #A3761F Hacienda

📋 copy color: '#A3761F'

red 163 ◦ green 118 ◦ blue 31

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

Shades of Hacienda #A3761F

Tints of Hacienda #A3761F

RGB

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

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

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

R = 52.24%
G = 37.82%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3761F (or 0xA3761F) is known color: Hacienda. HEX triplet: A3, 76 and 1F. RGB value is (163,118,31). Sum of RGB (Red+Green+Blue) = 163+118+31=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3761F is #5C89E0. Grayscale: #797979. Windows color (decimal): -6064609 or 2061987. OLE color: 2061987.

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

Color convert

RGB 163 118 31 -
CMYK 0 0.28 0.81 0.36
HSL 39.55º 0.68% 0.38% -
HSV(B) 39.55º 0.81% 0.64% -
XYZ 21.83 20.84 4.17 -
YUV 121.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 163 118 31 0 0.28 0.81 0.36 39.55 0.68 0.38
Hex A3 76 1F 0 1C 51 24 28 44 26
Octal 243 166 37 0 34 121 44 50 104 46
Binary 10100011 1110110 11111 0 11100 1010001 100100 101000 1000100 100110

Color Harmonies of #A3761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3761F

Black with #A3761F

Text Example


Text Example

White with #A3761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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