Html Css Color HEX #A3761A Hacienda

📋 copy color: '#A3761A'

red 163 ◦ green 118 ◦ blue 26

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

Shades of Hacienda #A3761A

Tints of Hacienda #A3761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 53.09%
G = 38.44%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3761A (or 0xA3761A) is known color: Hacienda. HEX triplet: A3, 76 and 1A. RGB value is (163,118,26). Sum of RGB (Red+Green+Blue) = 163+118+26=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3761A is #5C89E5. Grayscale: #797979. Windows color (decimal): -6064614 or 1734307. OLE color: 1734307.

HSL color Cylindrical-coordinate representation of color #A3761A: hue angle of 40.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3761A is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 118 26 -
CMYK 0 0.28 0.84 0.36
HSL 40.29º 0.72% 0.37% -
HSV(B) 40.29º 0.84% 0.64% -
XYZ 21.77 20.82 3.85 -
YUV 120.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 163 118 26 0 0.28 0.84 0.36 40.29 0.72 0.37
Hex A3 76 1A 0 1C 54 24 28 48 25
Octal 243 166 32 0 34 124 44 50 110 45
Binary 10100011 1110110 11010 0 11100 1010100 100100 101000 1001000 100101

Color Harmonies of #A3761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3761A

Black with #A3761A

Text Example


Text Example

White with #A3761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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