Html Css Color HEX #A4864E Muddy Waters

📋 copy color: '#A4864E'

red 164 ◦ green 134 ◦ blue 78

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

Shades of Muddy Waters #A4864E

Tints of Muddy Waters #A4864E

RGB

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

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

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

R = 43.62%
G = 35.64%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4864E (or 0xA4864E) is known color: Muddy Waters. HEX triplet: A4, 86 and 4E. RGB value is (164,134,78). Sum of RGB (Red+Green+Blue) = 164+134+78=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4864E is #5B79B1. Grayscale: #888888. Windows color (decimal): -5994930 or 5146276. OLE color: 5146276.

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

Color convert

RGB 164 134 78 -
CMYK 0 0.18 0.52 0.36
HSL 39.07º 0.36% 0.47% -
HSV(B) 39.07º 0.52% 0.64% -
XYZ 25.21 25.49 10.8 -
YUV 136.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 164 134 78 0 0.18 0.52 0.36 39.07 0.36 0.47
Hex A4 86 4E 0 12 34 24 27 24 2F
Octal 244 206 116 0 22 64 44 47 44 57
Binary 10100100 10000110 1001110 0 10010 110100 100100 100111 100100 101111

Color Harmonies of #A4864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4864E

Black with #A4864E

Text Example


Text Example

White with #A4864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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