Html Css Color HEX #A3864B Muddy Waters

📋 copy color: '#A3864B'

red 163 ◦ green 134 ◦ blue 75

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

Shades of Muddy Waters #A3864B

Tints of Muddy Waters #A3864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 43.82%
G = 36.02%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3864B (or 0xA3864B) is known color: Muddy Waters. HEX triplet: A3, 86 and 4B. RGB value is (163,134,75). Sum of RGB (Red+Green+Blue) = 163+134+75=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3864B is #5C79B4. Grayscale: #888888. Windows color (decimal): -6060469 or 4949667. OLE color: 4949667.

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

Color convert

RGB 163 134 75 -
CMYK 0 0.18 0.54 0.36
HSL 40.23º 0.37% 0.47% -
HSV(B) 40.23º 0.54% 0.64% -
XYZ 24.9 25.34 10.24 -
YUV 135.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 163 134 75 0 0.18 0.54 0.36 40.23 0.37 0.47
Hex A3 86 4B 0 12 36 24 28 25 2F
Octal 243 206 113 0 22 66 44 50 45 57
Binary 10100011 10000110 1001011 0 10010 110110 100100 101000 100101 101111

Color Harmonies of #A3864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3864B

Black with #A3864B

Text Example


Text Example

White with #A3864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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