Html Css Color HEX #A4784F Muesli

📋 copy color: '#A4784F'

red 164 ◦ green 120 ◦ blue 79

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

Shades of Muesli #A4784F

Tints of Muesli #A4784F

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 45.18%
G = 33.06%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4784F (or 0xA4784F) is known color: Muesli. HEX triplet: A4, 78 and 4F. RGB value is (164,120,79). Sum of RGB (Red+Green+Blue) = 164+120+79=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4784F is #5B87B0. Grayscale: #808080. Windows color (decimal): -5998513 or 5208228. OLE color: 5208228.

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

Color convert

RGB 164 120 79 -
CMYK 0 0.27 0.52 0.36
HSL 28.94º 0.35% 0.48% -
HSV(B) 28.94º 0.52% 0.64% -
XYZ 23.44 21.89 10.39 -
YUV 128.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 164 120 79 0 0.27 0.52 0.36 28.94 0.35 0.48
Hex A4 78 4F 0 1B 34 24 1D 23 30
Octal 244 170 117 0 33 64 44 35 43 60
Binary 10100100 1111000 1001111 0 11011 110100 100100 11101 100011 110000

Color Harmonies of #A4784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4784F

Black with #A4784F

Text Example


Text Example

White with #A4784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4784F; }

 p { color: rgb(164,120,79); }

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

background-color css

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

 a { background-color: rgb(164,120,79); }

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

border-color css

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

 span { border-color: rgb(164,120,79); }

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