Html Css Color HEX #A3894C Muddy Waters

📋 copy color: '#A3894C'

red 163 ◦ green 137 ◦ blue 76

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

Shades of Muddy Waters #A3894C

Tints of Muddy Waters #A3894C

RGB

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

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

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

R = 43.35%
G = 36.44%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3894C (or 0xA3894C) is known color: Muddy Waters. HEX triplet: A3, 89 and 4C. RGB value is (163,137,76). Sum of RGB (Red+Green+Blue) = 163+137+76=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3894C is #5C76B3. Grayscale: #8A8A8A. Windows color (decimal): -6059700 or 5015971. OLE color: 5015971.

HSL color Cylindrical-coordinate representation of color #A3894C: hue angle of 42.07º 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 #A3894C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 76 -
CMYK 0 0.16 0.53 0.36
HSL 42.07º 0.36% 0.47% -
HSV(B) 42.07º 0.53% 0.64% -
XYZ 25.35 26.2 10.56 -
YUV 137.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 163 137 76 0 0.16 0.53 0.36 42.07 0.36 0.47
Hex A3 89 4C 0 10 35 24 2A 24 2F
Octal 243 211 114 0 20 65 44 52 44 57
Binary 10100011 10001001 1001100 0 10000 110101 100100 101010 100100 101111

Color Harmonies of #A3894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3894C

Black with #A3894C

Text Example


Text Example

White with #A3894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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