Html Css Color HEX #A78355 Muddy Waters

📋 copy color: '#A78355'

red 167 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #A78355

Tints of Muddy Waters #A78355

RGB

 RED value IS 167 (65.63% from 255) = 43.6%

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 43.6%
G = 34.2%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A78355 (or 0xA78355) is known color: Muddy Waters. HEX triplet: A7, 83 and 55. RGB value is (167,131,85). Sum of RGB (Red+Green+Blue) = 167+131+85=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A78355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78355 is #587CAA. Grayscale: #888888. Windows color (decimal): -5799083 or 5604263. OLE color: 5604263.

HSL color Cylindrical-coordinate representation of color #A78355: hue angle of 33.66º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A78355 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 131 85 -
CMYK 0 0.22 0.49 0.35
HSL 33.66º 0.33% 0.49% -
HSV(B) 33.66º 0.49% 0.65% -
XYZ 25.69 25.1 12.09 -
YUV 136.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 167 131 85 0 0.22 0.49 0.35 33.66 0.33 0.49
Hex A7 83 55 0 16 31 23 22 21 31
Octal 247 203 125 0 26 61 43 42 41 61
Binary 10100111 10000011 1010101 0 10110 110001 100011 100010 100001 110001

Color Harmonies of #A78355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78355

Black with #A78355

Text Example


Text Example

White with #A78355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78355; }

 p { color: rgb(167,131,85); }

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

background-color css

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

 a { background-color: rgb(167,131,85); }

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

border-color css

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

 span { border-color: rgb(167,131,85); }

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