Html Css Color HEX #A3894B Muddy Waters

📋 copy color: '#A3894B'

red 163 ◦ green 137 ◦ blue 75

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

Shades of Muddy Waters #A3894B

Tints of Muddy Waters #A3894B

RGB

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

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

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

R = 43.47%
G = 36.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3894B (or 0xA3894B) is known color: Muddy Waters. HEX triplet: A3, 89 and 4B. RGB value is (163,137,75). Sum of RGB (Red+Green+Blue) = 163+137+75=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3894B is #5C76B4. Grayscale: #898989. Windows color (decimal): -6059701 or 4950435. OLE color: 4950435.

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

Color convert

RGB 163 137 75 -
CMYK 0 0.16 0.54 0.36
HSL 42.27º 0.37% 0.47% -
HSV(B) 42.27º 0.54% 0.64% -
XYZ 25.32 26.19 10.38 -
YUV 137.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 163 137 75 0 0.16 0.54 0.36 42.27 0.37 0.47
Hex A3 89 4B 0 10 36 24 2A 25 2F
Octal 243 211 113 0 20 66 44 52 45 57
Binary 10100011 10001001 1001011 0 10000 110110 100100 101010 100101 101111

Color Harmonies of #A3894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3894B

Black with #A3894B

Text Example


Text Example

White with #A3894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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