Html Css Color HEX #A3864C Muddy Waters

📋 copy color: '#A3864C'

red 163 ◦ green 134 ◦ blue 76

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

Shades of Muddy Waters #A3864C

Tints of Muddy Waters #A3864C

RGB

 RED value IS 163 (64.06% from 255) = 43.7%

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 43.7%
G = 35.92%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3864C (or 0xA3864C) is known color: Muddy Waters. HEX triplet: A3, 86 and 4C. RGB value is (163,134,76). Sum of RGB (Red+Green+Blue) = 163+134+76=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3864C is #5C79B3. Grayscale: #888888. Windows color (decimal): -6060468 or 5015203. OLE color: 5015203.

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

Color convert

RGB 163 134 76 -
CMYK 0 0.18 0.53 0.36
HSL 40º 0.36% 0.47% -
HSV(B) 40º 0.53% 0.64% -
XYZ 24.93 25.36 10.42 -
YUV 136.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 163 134 76 0 0.18 0.53 0.36 40 0.36 0.47
Hex A3 86 4C 0 12 35 24 28 24 2F
Octal 243 206 114 0 22 65 44 50 44 57
Binary 10100011 10000110 1001100 0 10010 110101 100100 101000 100100 101111

Color Harmonies of #A3864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3864C

Black with #A3864C

Text Example


Text Example

White with #A3864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3864C; }

 p { color: rgb(163,134,76); }

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

background-color css

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

 a { background-color: rgb(163,134,76); }

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

border-color css

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

 span { border-color: rgb(163,134,76); }

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