Html Css Color HEX #A3764A Muesli

📋 copy color: '#A3764A'

red 163 ◦ green 118 ◦ blue 74

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

Shades of Muesli #A3764A

Tints of Muesli #A3764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 45.92%
G = 33.24%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3764A (or 0xA3764A) is known color: Muesli. HEX triplet: A3, 76 and 4A. RGB value is (163,118,74). Sum of RGB (Red+Green+Blue) = 163+118+74=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3764A is #5C89B5. Grayscale: #7E7E7E. Windows color (decimal): -6064566 or 4880035. OLE color: 4880035.

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

Color convert

RGB 163 118 74 -
CMYK 0 0.28 0.55 0.36
HSL 29.66º 0.38% 0.46% -
HSV(B) 29.66º 0.55% 0.64% -
XYZ 22.82 21.24 9.38 -
YUV 126.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 163 118 74 0 0.28 0.55 0.36 29.66 0.38 0.46
Hex A3 76 4A 0 1C 37 24 1E 26 2E
Octal 243 166 112 0 34 67 44 36 46 56
Binary 10100011 1110110 1001010 0 11100 110111 100100 11110 100110 101110

Color Harmonies of #A3764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3764A

Black with #A3764A

Text Example


Text Example

White with #A3764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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