Html Css Color HEX #A5864E Muddy Waters

📋 copy color: '#A5864E'

red 165 ◦ green 134 ◦ blue 78

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

Shades of Muddy Waters #A5864E

Tints of Muddy Waters #A5864E

RGB

 RED value IS 165 (64.84% from 255) = 43.77%

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 78 (30.86% from 255) = 20.69%

R = 43.77%
G = 35.54%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5864E (or 0xA5864E) is known color: Muddy Waters. HEX triplet: A5, 86 and 4E. RGB value is (165,134,78). Sum of RGB (Red+Green+Blue) = 165+134+78=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5864E is #5A79B1. Grayscale: #898989. Windows color (decimal): -5929394 or 5146277. OLE color: 5146277.

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

Color convert

RGB 165 134 78 -
CMYK 0 0.19 0.53 0.35
HSL 38.62º 0.36% 0.48% -
HSV(B) 38.62º 0.53% 0.65% -
XYZ 25.42 25.6 10.81 -
YUV 136.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 165 134 78 0 0.19 0.53 0.35 38.62 0.36 0.48
Hex A5 86 4E 0 13 35 23 27 24 30
Octal 245 206 116 0 23 65 43 47 44 60
Binary 10100101 10000110 1001110 0 10011 110101 100011 100111 100100 110000

Color Harmonies of #A5864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5864E

Black with #A5864E

Text Example


Text Example

White with #A5864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5864E; }

 p { color: rgb(165,134,78); }

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

background-color css

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

 a { background-color: rgb(165,134,78); }

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

border-color css

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

 span { border-color: rgb(165,134,78); }

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