Html Css Color HEX #A78344 Muddy Waters

📋 copy color: '#A78344'

red 167 ◦ green 131 ◦ blue 68

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

Shades of Muddy Waters #A78344

Tints of Muddy Waters #A78344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 45.63%
G = 35.79%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A78344 (or 0xA78344) is known color: Muddy Waters. HEX triplet: A7, 83 and 44. RGB value is (167,131,68). Sum of RGB (Red+Green+Blue) = 167+131+68=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A78344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78344 is #587CBB. Grayscale: #868686. Windows color (decimal): -5799100 or 4490151. OLE color: 4490151.

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

Color convert

RGB 167 131 68 -
CMYK 0 0.22 0.59 0.35
HSL 38.18º 0.42% 0.46% -
HSV(B) 38.18º 0.59% 0.65% -
XYZ 25.1 24.87 8.95 -
YUV 134.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 167 131 68 0 0.22 0.59 0.35 38.18 0.42 0.46
Hex A7 83 44 0 16 3B 23 26 2A 2E
Octal 247 203 104 0 26 73 43 46 52 56
Binary 10100111 10000011 1000100 0 10110 111011 100011 100110 101010 101110

Color Harmonies of #A78344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78344

Black with #A78344

Text Example


Text Example

White with #A78344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78344; }

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

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

background-color css

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

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

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

border-color css

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

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

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