Html Css Color HEX #A3894A Muddy Waters

📋 copy color: '#A3894A'

red 163 ◦ green 137 ◦ blue 74

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

Shades of Muddy Waters #A3894A

Tints of Muddy Waters #A3894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 43.58%
G = 36.63%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3894A (or 0xA3894A) is known color: Muddy Waters. HEX triplet: A3, 89 and 4A. RGB value is (163,137,74). Sum of RGB (Red+Green+Blue) = 163+137+74=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3894A is #5C76B5. Grayscale: #898989. Windows color (decimal): -6059702 or 4884899. OLE color: 4884899.

HSL color Cylindrical-coordinate representation of color #A3894A: hue angle of 42.47º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3894A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 74 -
CMYK 0 0.16 0.55 0.36
HSL 42.47º 0.38% 0.46% -
HSV(B) 42.47º 0.55% 0.64% -
XYZ 25.29 26.17 10.2 -
YUV 137.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 163 137 74 0 0.16 0.55 0.36 42.47 0.38 0.46
Hex A3 89 4A 0 10 37 24 2A 26 2E
Octal 243 211 112 0 20 67 44 52 46 56
Binary 10100011 10001001 1001010 0 10000 110111 100100 101010 100110 101110

Color Harmonies of #A3894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3894A

Black with #A3894A

Text Example


Text Example

White with #A3894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3894A; }

 p { color: rgb(163,137,74); }

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

background-color css

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

 a { background-color: rgb(163,137,74); }

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

border-color css

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

 span { border-color: rgb(163,137,74); }

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